summaryrefslogtreecommitdiffstats
path: root/net/dsa/tag_ksz.c
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2017-08-17 16:47:00 +0200
committerDavid S. Miller <davem@davemloft.net>2017-08-21 10:39:11 -0700
commit89e49506bc62520f93e64a278293444319a6aebb (patch)
tree48ae52027755af0a2f3424f7d940c2e09c092275 /net/dsa/tag_ksz.c
parentd1ef551ac9e0d954c0ed7eea7d953ee1a45d813d (diff)
downloadop-kernel-dev-89e49506bc62520f93e64a278293444319a6aebb.zip
op-kernel-dev-89e49506bc62520f93e64a278293444319a6aebb.tar.gz
dsa: remove unused net_device arg from handlers
compile tested only, but saw no warnings/errors with allmodconfig build. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa/tag_ksz.c')
-rw-r--r--net/dsa/tag_ksz.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/dsa/tag_ksz.c b/net/dsa/tag_ksz.c
index de66ca8..17f3067 100644
--- a/net/dsa/tag_ksz.c
+++ b/net/dsa/tag_ksz.c
@@ -76,8 +76,7 @@ static struct sk_buff *ksz_xmit(struct sk_buff *skb, struct net_device *dev)
}
static struct sk_buff *ksz_rcv(struct sk_buff *skb, struct net_device *dev,
- struct packet_type *pt,
- struct net_device *orig_dev)
+ struct packet_type *pt)
{
struct dsa_switch_tree *dst = dev->dsa_ptr;
struct dsa_port *cpu_dp = dsa_get_cpu_port(dst);
OpenPOWER on IntegriCloud