o add sys/endian.h now required by ehcivar.h
o reorder a couple of include's to make this consistent with pci code
This commit is contained in:
parent
cbbcd6838f
commit
da851a4ce9
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user