aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2021-03-26 17:17:10 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2021-03-26 17:17:10 +0000
commit6c8dd7c863f111a22c8548ebf5d7e889117a964d (patch)
tree6c9aad0cf89b816c1a44bde6f39496dddb375def
parentd83ffa44777e14c94f5de73d1e0f5af774c8d6be (diff)
downloadsrc-6c8dd7c863f111a22c8548ebf5d7e889117a964d.tar.gz
src-6c8dd7c863f111a22c8548ebf5d7e889117a964d.zip
qlnxr: remove netdevice.h
Remove unused #includes of a LinuxKPI header noticed while trying to solve LinuxKPI struct net_device and related functions. This takes qlnxr out of the picture of D29366. Sponsored-by: The FreeBSD Foundation MFC-after: 2 weeks X-D-R: D29366 (extracted as further cleanup)
-rw-r--r--sys/dev/qlnx/qlnxr/qlnxr_def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/qlnx/qlnxr/qlnxr_def.h b/sys/dev/qlnx/qlnxr/qlnxr_def.h
index b08eab8a6c46..04f911e792a8 100644
--- a/sys/dev/qlnx/qlnxr/qlnxr_def.h
+++ b/sys/dev/qlnx/qlnxr/qlnxr_def.h
@@ -41,7 +41,6 @@
#include <linux/spinlock.h>
#include <linux/idr.h>
#include <linux/completion.h>
-#include <linux/netdevice.h>
#include <linux/sched.h>
#include <linux/pci.h>
#include <linux/dma-mapping.h>