summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-07-22 22:59:44 +0000
committerimp <imp@FreeBSD.org>2004-07-22 22:59:44 +0000
commite65c9cc58201ade72c6b382998882045c6dc4eb9 (patch)
treed4b252114aef7e1d96898db1fca8bf1359220276 /sys
parent24a1a0bbbf77adca96cb29f3cdad3f6cf2af30d9 (diff)
downloadFreeBSD-src-e65c9cc58201ade72c6b382998882045c6dc4eb9.zip
FreeBSD-src-e65c9cc58201ade72c6b382998882045c6dc4eb9.tar.gz
Remove redundant inclusion of bus_if.h. It isn't needed in this file, as
sys/bus.h includes it.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/uhub.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c
index 37fe5c3..739c33a 100644
--- a/sys/dev/usb/uhub.c
+++ b/sys/dev/usb/uhub.c
@@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$");
#elif defined(__FreeBSD__)
#include <sys/module.h>
#include <sys/bus.h>
-#include "bus_if.h"
#endif
#include <sys/sysctl.h>
OpenPOWER on IntegriCloud