git: 6c8dd7c863f1 - main - qlnxr: remove netdevice.h
Bjoern A. Zeeb
bz at FreeBSD.org
Fri Mar 26 17:28:56 UTC 2021
The branch main has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=6c8dd7c863f111a22c8548ebf5d7e889117a964d
commit 6c8dd7c863f111a22c8548ebf5d7e889117a964d
Author: Bjoern A. Zeeb <bz at FreeBSD.org>
AuthorDate: 2021-03-26 17:17:10 +0000
Commit: Bjoern A. Zeeb <bz at FreeBSD.org>
CommitDate: 2021-03-26 17:17:10 +0000
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)
---
sys/dev/qlnx/qlnxr/qlnxr_def.h | 1 -
1 file changed, 1 deletion(-)
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>
More information about the dev-commits-src-all
mailing list