summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ar9380.c
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2014-12-19 22:45:00 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2014-12-19 22:45:00 +0000
commit88183c175a3a1ea97d7a2129f42fe9c7a3ef99d6 (patch)
tree3c6584c4f92faaac23cf587c56e739c225ecf976 /sys/dev/ic/ar9380.c
parent5723639e3ccaa5b214ebe31dcdce31ba1cbf6bef (diff)
Use <sys/endian.h> instead of <machine/endian.h>
ok dlg@ mpi@ bcook@ millert@ miod@
Diffstat (limited to 'sys/dev/ic/ar9380.c')
-rw-r--r--sys/dev/ic/ar9380.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ar9380.c b/sys/dev/ic/ar9380.c
index 092de1a1622..1eea58054bf 100644
--- a/sys/dev/ic/ar9380.c
+++ b/sys/dev/ic/ar9380.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ar9380.c,v 1.19 2014/07/22 13:12:11 mpi Exp $ */
+/* $OpenBSD: ar9380.c,v 1.20 2014/12/19 22:44:58 guenther Exp $ */
/*-
* Copyright (c) 2011 Damien Bergamini <damien.bergamini@free.fr>
@@ -34,9 +34,9 @@
#include <sys/queue.h>
#include <sys/conf.h>
#include <sys/device.h>
+#include <sys/endian.h>
#include <machine/bus.h>
-#include <machine/endian.h>
#if NBPFILTER > 0
#include <net/bpf.h>