summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-02-11 06:43:06 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-02-11 06:43:06 +0000
commit8ea7c536a5e4ba4c6a80cc56212a81ca1c435663 (patch)
treec1128a77cab9ba0c9ff34c5335c37ba6785eac2f /sys
parent68449cc0a4e0d3de58fa9463b695278f57645624 (diff)
Remove duplicates with <sys/conf.h>; ok drahn@
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/arm/include/conf.h19
1 files changed, 1 insertions, 18 deletions
diff --git a/sys/arch/arm/include/conf.h b/sys/arch/arm/include/conf.h
index 0f7dac4128a..873175df3c2 100644
--- a/sys/arch/arm/include/conf.h
+++ b/sys/arch/arm/include/conf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.h,v 1.1 2004/02/01 05:09:49 drahn Exp $ */
+/* $OpenBSD: conf.h,v 1.2 2004/02/11 06:43:05 miod Exp $ */
/* $NetBSD: conf.h,v 1.7 2002/04/19 01:04:39 wiz Exp $ */
/*
@@ -52,14 +52,8 @@ cdev_decl(mm);
bdev_decl(wd);
cdev_decl(wd);
-bdev_decl(sw);
-cdev_decl(sw);
bdev_decl(fd);
cdev_decl(fd);
-bdev_decl(rd);
-cdev_decl(rd);
-bdev_decl(raid);
-cdev_decl(raid);
/* Character device declarations */
@@ -108,19 +102,8 @@ cdev_decl(prof);
#define ofromwrite ofromrw
cdev_decl(ofrom);
cdev_decl(joy);
-cdev_decl(usb);
-cdev_decl(uhid);
-cdev_decl(ugen);
-cdev_decl(ulpt);
-cdev_decl(ucom);
-cdev_decl(urio);
-cdev_decl(uscanner);
cdev_decl(vc_nb_);
-cdev_decl(wsdisplay);
cdev_decl(wsfont);
-cdev_decl(wskbd);
-cdev_decl(wsmouse);
-cdev_decl(wsmux);
cdev_decl(scsibus);
cdev_decl(openfirm);
cdev_decl(pci);