diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-05-29 04:42:30 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-05-29 04:42:30 +0000 |
| commit | d4fcf3cba56369bf27a1943ee07b2ddd124b8436 (patch) | |
| tree | 11cf0b1c58ae0ae1241d5d22b3cc1d2cd8a7c9d7 /sys/dev/vx | |
| parent | 885fec3e0897aab84a66b2888a90632a43750fb7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/vx')
| -rw-r--r-- | sys/dev/vx/if_vx.c | 1 | ||||
| -rw-r--r-- | sys/dev/vx/if_vx_pci.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/vx/if_vx.c b/sys/dev/vx/if_vx.c index 9fd6f5167cb73..e5265675f3986 100644 --- a/sys/dev/vx/if_vx.c +++ b/sys/dev/vx/if_vx.c @@ -69,7 +69,6 @@ __FBSDID("$FreeBSD$"); #include <net/ethernet.h> #include <net/if_arp.h> -#include <machine/bus_pio.h> #include <machine/bus.h> #include <sys/bus.h> diff --git a/sys/dev/vx/if_vx_pci.c b/sys/dev/vx/if_vx_pci.c index 3afe2385e0c5b..c0694f1978dad 100644 --- a/sys/dev/vx/if_vx_pci.c +++ b/sys/dev/vx/if_vx_pci.c @@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$"); #include <net/if.h> #include <net/if_arp.h> -#include <machine/bus_pio.h> #include <machine/bus.h> #include <machine/resource.h> #include <sys/bus.h> |
