summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-12-20 17:55:37 +0000
committersam <sam@FreeBSD.org>2008-12-20 17:55:37 +0000
commitda851a4ce9b01eaa26c0e5af74c885daf8c3caee (patch)
treea58f8aaf43a2d1ffd82981964bfac8cb5d6e4143 /sys/dev/usb
parentcbbcd6838f70e1ade8c6b47e61432d85bdc22b50 (diff)
downloadFreeBSD-src-da851a4ce9b01eaa26c0e5af74c885daf8c3caee.zip
FreeBSD-src-da851a4ce9b01eaa26c0e5af74c885daf8c3caee.tar.gz
o add sys/endian.h now required by ehcivar.h
o reorder a couple of include's to make this consistent with pci code
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/ehci_mbus.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/ehci_mbus.c b/sys/dev/usb/ehci_mbus.c
index 2c8a144..afa2430 100644
--- a/sys/dev/usb/ehci_mbus.c
+++ b/sys/dev/usb/ehci_mbus.c
@@ -47,8 +47,10 @@ __FBSDID("$FreeBSD$");
#include <sys/bus.h>
#include <sys/queue.h>
#include <sys/lockmgr.h>
-#include <machine/bus.h>
#include <sys/rman.h>
+#include <sys/endian.h>
+
+#include <machine/bus.h>
#include <machine/resource.h>
#include <dev/usb/usb.h>
OpenPOWER on IntegriCloud