diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-09-28 03:33:40 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-09-28 03:33:40 +0000 |
commit | a2db24d7a751cb45c22e6dbeea147c82041ed10e (patch) | |
tree | d7878baf1d372c1f8b3d1fcedce4e2b0bee5f809 /sys/arch/alpha | |
parent | fac5132815c569710e4e875cf505e4310f17844f (diff) |
remove dups w/ conf.h
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/alpha/conf.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/alpha/alpha/conf.c b/sys/arch/alpha/alpha/conf.c index 45734fdbc0d..e8ffb913600 100644 --- a/sys/arch/alpha/alpha/conf.c +++ b/sys/arch/alpha/alpha/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.31 2001/09/28 02:53:13 mickey Exp $ */ +/* $OpenBSD: conf.c,v 1.32 2001/09/28 03:33:39 mickey Exp $ */ /* $NetBSD: conf.c,v 1.16 1996/10/18 21:26:57 cgd Exp $ */ /*- @@ -53,10 +53,8 @@ bdev_decl(wd); #include "uk.h" #include "vnd.h" #include "raid.h" -bdev_decl(raid); #include "ccd.h" #include "rd.h" -bdev_decl(rd); struct bdevsw bdevsw[] = { @@ -98,7 +96,6 @@ dev_type_open(filedescopen); #include "scc.h" cdev_decl(scc); #include "audio.h" -cdev_decl(audio); #include "com.h" cdev_decl(com); #include "wsdisplay.h" @@ -106,7 +103,6 @@ cdev_decl(com); #include "wsmouse.h" #include "lpt.h" cdev_decl(lpt); -cdev_decl(rd); cdev_decl(prom); /* XXX XXX XXX */ cdev_decl(wd); #include "cy.h" |