Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jul 2021 00:36:04 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 25002ad61046 - stable/13 - qlnxr: remove netdevice.h
Message-ID:  <202107180036.16I0a4cJ048628@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by bz:

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

commit 25002ad6104667111f0a9e93452fc3f471e0573c
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2021-03-26 17:17:10 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107180036.16I0a4cJ048628>