diff options
-rw-r--r-- | sys/arch/macppc/macppc/conf.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/macppc/macppc/conf.c b/sys/arch/macppc/macppc/conf.c index e4f01b80b3c..14e7bd95ad6 100644 --- a/sys/arch/macppc/macppc/conf.c +++ b/sys/arch/macppc/macppc/conf.c @@ -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); |