diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1999-10-05 21:19:41 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1999-10-05 21:19:41 +0000 |
| commit | 3e2c6ca3b9106141100bcf4e602b29e2b1696fd5 (patch) | |
| tree | f01aa7518793fa581c7406abbaaa601422852946 /sys/dev/ida | |
| parent | 694e31f79db0dd639c85e4217f0e34f9660598fc (diff) | |
Notes
Diffstat (limited to 'sys/dev/ida')
| -rw-r--r-- | sys/dev/ida/ida.c | 1 | ||||
| -rw-r--r-- | sys/dev/ida/ida_disk.c | 1 | ||||
| -rw-r--r-- | sys/dev/ida/ida_pci.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/ida/ida.c b/sys/dev/ida/ida.c index 020920391280a..769205f2f363f 100644 --- a/sys/dev/ida/ida.c +++ b/sys/dev/ida/ida.c @@ -47,7 +47,6 @@ #include <sys/buf.h> #include <sys/bus.h> -#include <sys/device.h> #include <sys/devicestat.h> #if NPCI > 0 diff --git a/sys/dev/ida/ida_disk.c b/sys/dev/ida/ida_disk.c index 492010a5e17dc..bca8abf19a3d8 100644 --- a/sys/dev/ida/ida_disk.c +++ b/sys/dev/ida/ida_disk.c @@ -38,7 +38,6 @@ #include <sys/buf.h> #include <sys/bus.h> #include <sys/conf.h> -#include <sys/device.h> #include <sys/devicestat.h> #include <sys/disklabel.h> #include <sys/diskslice.h> diff --git a/sys/dev/ida/ida_pci.c b/sys/dev/ida/ida_pci.c index 70007fb87d436..4e97181471f1e 100644 --- a/sys/dev/ida/ida_pci.c +++ b/sys/dev/ida/ida_pci.c @@ -33,7 +33,6 @@ #include <sys/buf.h> #include <sys/bus.h> -#include <sys/device.h> #include <sys/devicestat.h> #include <machine/bus_memio.h> |
