summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_gem_pci.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/pci/if_gem_pci.c
parent5723639e3ccaa5b214ebe31dcdce31ba1cbf6bef (diff)
Use <sys/endian.h> instead of <machine/endian.h>
ok dlg@ mpi@ bcook@ millert@ miod@
Diffstat (limited to 'sys/dev/pci/if_gem_pci.c')
-rw-r--r--sys/dev/pci/if_gem_pci.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/pci/if_gem_pci.c b/sys/dev/pci/if_gem_pci.c
index d30bd4bb038..d6d436c93f6 100644
--- a/sys/dev/pci/if_gem_pci.c
+++ b/sys/dev/pci/if_gem_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_gem_pci.c,v 1.34 2012/10/16 10:58:04 jsg Exp $ */
+/* $OpenBSD: if_gem_pci.c,v 1.35 2014/12/19 22:44:58 guenther Exp $ */
/* $NetBSD: if_gem_pci.c,v 1.1 2001/09/16 00:11:42 eeh Exp $ */
/*
@@ -41,8 +41,7 @@
#include <sys/socket.h>
#include <sys/errno.h>
#include <sys/device.h>
-
-#include <machine/endian.h>
+#include <sys/endian.h>
#include <net/if.h>
#include <net/if_dl.h>