Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Mar 2021 17:28:56 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6c8dd7c863f1 - main - qlnxr: remove netdevice.h
Message-ID:  <202103261728.12QHSuhF089848@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=6c8dd7c863f111a22c8548ebf5d7e889117a964d

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



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