summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2017-02-04 19:22:43 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2017-02-04 19:22:43 +0000
commit3db29c4816a02eba486a81eacfc6311fe6773723 (patch)
treeb9c6f95fcca1a0321f9e956042aaf375ec931053 /sys/dev/usb
parent8eea350c44f6177b2770181901dd896341864de2 (diff)
Prefer <sys/endian.h> to <machine/endian.h>
ok visa@
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/dwc2/dwc2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/dwc2/dwc2.c b/sys/dev/usb/dwc2/dwc2.c
index a85b5a227cf..6237ddb7200 100644
--- a/sys/dev/usb/dwc2/dwc2.c
+++ b/sys/dev/usb/dwc2/dwc2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dwc2.c,v 1.38 2016/09/24 12:59:42 kettenis Exp $ */
+/* $OpenBSD: dwc2.c,v 1.39 2017/02/04 19:22:42 guenther Exp $ */
/* $NetBSD: dwc2.c,v 1.32 2014/09/02 23:26:20 macallan Exp $ */
/*-
@@ -47,12 +47,12 @@ __KERNEL_RCSID(0, "$NetBSD: dwc2.c,v 1.32 2014/09/02 23:26:20 macallan Exp $");
#include <sys/select.h>
#include <sys/proc.h>
#include <sys/queue.h>
+#include <sys/endian.h>
#if 0
#include <sys/cpu.h>
#endif
#include <machine/bus.h>
-#include <machine/endian.h>
#include <dev/usb/usb.h>
#include <dev/usb/usbdi.h>