summaryrefslogtreecommitdiffstats
path: root/sys/dev/nve
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2005-05-29 04:42:30 +0000
committernyan <nyan@FreeBSD.org>2005-05-29 04:42:30 +0000
commit0fce92f5c4e1bb05c348b1c481e9e4997a7900b4 (patch)
tree11cf0b1c58ae0ae1241d5d22b3cc1d2cd8a7c9d7 /sys/dev/nve
parent58d2b4c1934326f78f952f421b56521a36ed3026 (diff)
downloadFreeBSD-src-0fce92f5c4e1bb05c348b1c481e9e4997a7900b4.zip
FreeBSD-src-0fce92f5c4e1bb05c348b1c481e9e4997a7900b4.tar.gz
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
and amd64. The optimization is a trivial on recent machines. Reviewed by: -arch (imp, marcel, dfr)
Diffstat (limited to 'sys/dev/nve')
-rw-r--r--sys/dev/nve/if_nve.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/nve/if_nve.c b/sys/dev/nve/if_nve.c
index c4d3b39..0963a6b 100644
--- a/sys/dev/nve/if_nve.c
+++ b/sys/dev/nve/if_nve.c
@@ -95,7 +95,6 @@ __FBSDID("$FreeBSD$");
#include <net/bpf.h>
#include <net/if_vlan_var.h>
-#include <machine/bus_memio.h>
#include <machine/bus.h>
#include <machine/resource.h>
OpenPOWER on IntegriCloud