diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2013-10-30 03:59:27 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2013-10-30 03:59:27 +0000 |
commit | 99f71fac7eaa280fe07a793a8102b6f9bf40c94b (patch) | |
tree | b0282c1172eb393d0ad8fdfa3656c0c1858ae0a7 | |
parent | 5b9e03854e2e8e9bbc3e9f1be43b5cc086c3f65e (diff) |
remove #include <sys/workq.h> cos this driver doesnt use it.
-rw-r--r-- | sys/dev/pci/ixgbe.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/ixgbe.h b/sys/dev/pci/ixgbe.h index da5c5561864..c696207db24 100644 --- a/sys/dev/pci/ixgbe.h +++ b/sys/dev/pci/ixgbe.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ixgbe.h,v 1.13 2013/08/05 19:58:05 mikeb Exp $ */ +/* $OpenBSD: ixgbe.h,v 1.14 2013/10/30 03:59:26 dlg Exp $ */ /****************************************************************************** @@ -52,7 +52,6 @@ #include <sys/timeout.h> #include <sys/pool.h> #include <sys/rwlock.h> -#include <sys/workq.h> #include <net/if.h> #include <net/if_arp.h> |