The branch stable/13 has been updated by bz:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=25002ad6104667111f0a9e93452fc3f471e0573c

commit 25002ad6104667111f0a9e93452fc3f471e0573c
Author:     Bjoern A. Zeeb <[email protected]>
AuthorDate: 2021-03-26 17:17:10 +0000
Commit:     Bjoern A. Zeeb <[email protected]>
CommitDate: 2021-07-18 00:34:59 +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
    (cherry picked from commit 6c8dd7c863f111a22c8548ebf5d7e889117a964d)
---
 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 0d8d33dd2686..9bc663e2a8d0 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>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to