summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_ipw.c
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-12-19 22:44:58 +0000
committerguenther <guenther@openbsd.org>2014-12-19 22:44:58 +0000
commit9b18ffb8507e1a97fa391314bca6471c6889ce16 (patch)
tree7e7d675e5864f50aa0c89308697c6bf6e389bdfa /sys/dev/pci/if_ipw.c
parentsync with libc, using brnz,pt instead, should be better (diff)
downloadwireguard-openbsd-9b18ffb8507e1a97fa391314bca6471c6889ce16.tar.xz
wireguard-openbsd-9b18ffb8507e1a97fa391314bca6471c6889ce16.zip
Use <sys/endian.h> instead of <machine/endian.h>
ok dlg@ mpi@ bcook@ millert@ miod@
Diffstat (limited to 'sys/dev/pci/if_ipw.c')
-rw-r--r--sys/dev/pci/if_ipw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ipw.c b/sys/dev/pci/if_ipw.c
index 1385cea1671..78dae1db277 100644
--- a/sys/dev/pci/if_ipw.c
+++ b/sys/dev/pci/if_ipw.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ipw.c,v 1.103 2014/12/19 15:46:22 krw Exp $ */
+/* $OpenBSD: if_ipw.c,v 1.104 2014/12/19 22:44:58 guenther Exp $ */
/*-
* Copyright (c) 2004-2008
@@ -32,9 +32,9 @@
#include <sys/systm.h>
#include <sys/conf.h>
#include <sys/device.h>
+#include <sys/endian.h>
#include <machine/bus.h>
-#include <machine/endian.h>
#include <machine/intr.h>
#include <dev/pci/pcireg.h>