diff options
Diffstat (limited to 'sys/dev/ic/i82596.c')
-rw-r--r-- | sys/dev/ic/i82596.c | 4 |
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> |