diff options
author | 2013-10-30 03:59:26 +0000 | |
---|---|---|
committer | 2013-10-30 03:59:26 +0000 | |
commit | 38697fbdb62331dac57ee1794e8f5fada799c9a1 (patch) | |
tree | e2582246b0c59b1b378fcde5199cefcc79e40c93 | |
parent | Use local variables for ap->a_p where appropriate. (diff) | |
download | wireguard-openbsd-38697fbdb62331dac57ee1794e8f5fada799c9a1.tar.xz wireguard-openbsd-38697fbdb62331dac57ee1794e8f5fada799c9a1.zip |
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> |