summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-29 16:59:53 +0000
committerpeter <peter@FreeBSD.org>2000-01-29 16:59:53 +0000
commit39f093390729f3967ddfb842cd82d7b75c596a0b (patch)
tree367b0d1429dfa7ede14abefcaba381537fbfdffc
parenteb4cc7eefa26622560c9de79fad96396414d3fd6 (diff)
downloadFreeBSD-src-39f093390729f3967ddfb842cd82d7b75c596a0b.zip
FreeBSD-src-39f093390729f3967ddfb842cd82d7b75c596a0b.tar.gz
Remove #include "wd.h" and #if NWDC > 0 as that's always true as this
file is 'optional wdc' (note wd.h has both NWDC and NWD in it because of config quirks)
-rw-r--r--sys/pci/ide_pci.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/pci/ide_pci.c b/sys/pci/ide_pci.c
index bdd7580..1a226b9 100644
--- a/sys/pci/ide_pci.c
+++ b/sys/pci/ide_pci.c
@@ -29,10 +29,6 @@
* $FreeBSD$
*/
-#include "wd.h"
-
-#if NWDC > 0
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
@@ -1878,5 +1874,3 @@ ide_pci_iobase(void *xcp)
return cp->iobase_wd;
}
}
-
-#endif
OpenPOWER on IntegriCloud