summaryrefslogtreecommitdiff
path: root/sys/dev/ic/i82596.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-07-08 17:19:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-07-08 17:19:27 +0000
commitca6b780f3bfa5c9a89ba92e6cd2521c9329cdc0f (patch)
tree42548dbe5d3a602c490a5126d137dcdef5c71c6f /sys/dev/ic/i82596.c
parent0ed1c38073e501cc08c2d664396820fe904f718c (diff)
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
don't need to be married. ok guenther miod beck jsing kettenis
Diffstat (limited to 'sys/dev/ic/i82596.c')
-rw-r--r--sys/dev/ic/i82596.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/i82596.c b/sys/dev/ic/i82596.c
index 11859eb988c..6db2fdc4b76 100644
--- a/sys/dev/ic/i82596.c
+++ b/sys/dev/ic/i82596.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: i82596.c,v 1.36 2013/11/27 06:48:50 deraadt Exp $ */
+/* $OpenBSD: i82596.c,v 1.37 2014/07/08 17:19:25 deraadt Exp $ */
/* $NetBSD: i82586.c,v 1.18 1998/08/15 04:42:42 mycroft Exp $ */
/*-
@@ -161,8 +161,6 @@ Mode of operation:
#include <netinet/if_ether.h>
#endif
-#include <uvm/uvm_extern.h>
-
#include <machine/bus.h>
#include <dev/ic/i82596reg.h>