remove kbd/ms prototypes with no matching functions
authorjsg <jsg@openbsd.org>
Tue, 11 Jun 2024 06:11:50 +0000 (06:11 +0000)
committerjsg <jsg@openbsd.org>
Tue, 11 Jun 2024 06:11:50 +0000 (06:11 +0000)
sys/arch/macppc/macppc/conf.c

index e4f01b8..14e7bd9 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: conf.c,v 1.75 2022/09/02 20:06:56 miod Exp $ */
+/*     $OpenBSD: conf.c,v 1.76 2024/06/11 06:11:50 jsg Exp $ */
 
 /*
  * Copyright (c) 1997 Per Fogelstrom
@@ -79,9 +79,6 @@ int nblkdev = nitems(bdevsw);
 #include "pty.h"
 #include "zstty.h"
 
-cdev_decl(kbd);
-cdev_decl(ms);
-
 #include "com.h"
 cdev_decl(com);