aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/ide_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/ide_pci.c')
-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 bdd75800772f..1a226b974ce7 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