diff options
author | imp <imp@FreeBSD.org> | 2004-07-22 22:59:44 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-07-22 22:59:44 +0000 |
commit | e65c9cc58201ade72c6b382998882045c6dc4eb9 (patch) | |
tree | d4b252114aef7e1d96898db1fca8bf1359220276 /sys/dev/usb/uhub.c | |
parent | 24a1a0bbbf77adca96cb29f3cdad3f6cf2af30d9 (diff) | |
download | FreeBSD-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/dev/usb/uhub.c')
-rw-r--r-- | sys/dev/usb/uhub.c | 1 |
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> |