netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: netdev@vger.kernel.org
Cc: Florian Fainelli <f.fainelli@gmail.com>,
	Jakub Kicinski <jakub.kicinski@netronome.com>,
	"David S. Miller" <davem@davemloft.net>,
	Dirk van der Merwe <dirk.vandermerwe@netronome.com>,
	Jiri Pirko <jiri@mellanox.com>,
	oss-drivers@netronome.com (open list:NETRONOME ETHERNET DRIVERS),
	linux-kernel@vger.kernel.org (open list)
Subject: [PATCH net-next 1/2] nfp: Remove switchdev.h inclusion
Date: Fri, 22 Feb 2019 12:31:33 -0800	[thread overview]
Message-ID: <20190222203134.19508-2-f.fainelli@gmail.com> (raw)
In-Reply-To: <20190222203134.19508-1-f.fainelli@gmail.com>

This is no longer necessary after a5084bb71fa4 ("nfp: Implement
ndo_get_port_parent_id()")

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 drivers/net/ethernet/netronome/nfp/nfp_port.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/netronome/nfp/nfp_port.c b/drivers/net/ethernet/netronome/nfp/nfp_port.c
index 7e90880fa46b..93c5bfc0510b 100644
--- a/drivers/net/ethernet/netronome/nfp/nfp_port.c
+++ b/drivers/net/ethernet/netronome/nfp/nfp_port.c
@@ -3,7 +3,6 @@
 
 #include <linux/lockdep.h>
 #include <linux/netdevice.h>
-#include <net/switchdev.h>
 
 #include "nfpcore/nfp_cpp.h"
 #include "nfpcore/nfp_nsp.h"
-- 
2.17.1


  reply	other threads:[~2019-02-22 20:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-22 20:31 [PATCH net-next 0/2] net: switchdev.h inclusion removal Florian Fainelli
2019-02-22 20:31 ` Florian Fainelli [this message]
2019-02-22 21:20   ` [PATCH net-next 1/2] nfp: Remove switchdev.h inclusion Jakub Kicinski
2019-02-24  9:54   ` Jiri Pirko
2019-02-22 20:31 ` [PATCH net-next 2/2] net: Remove switchdev.h inclusion from team/bond/vlan Florian Fainelli
2019-02-22 20:47   ` Andy Gospodarek
2019-02-24  9:54   ` Jiri Pirko
2019-02-25  1:43 ` [PATCH net-next 0/2] net: switchdev.h inclusion removal David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190222203134.19508-2-f.fainelli@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=davem@davemloft.net \
    --cc=dirk.vandermerwe@netronome.com \
    --cc=jakub.kicinski@netronome.com \
    --cc=jiri@mellanox.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=oss-drivers@netronome.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).