Merge branch 'net-dsa-remove-useless-arguments'
authorDavid S. Miller <davem@davemloft.net>
Mon, 7 Aug 2017 21:24:21 +0000 (14:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Aug 2017 21:24:21 +0000 (14:24 -0700)
Vivien Didelot says:

====================
net: dsa: remove useless arguments

Several DSA core setup functions take many arguments, mostly because of
the legacy code. This patch series removes the useless args of these
functions, where either the dsa_switch or dsa_port argument is enough.

Changes in v2:
  - ds->dev is already assigned by dsa_switch_alloc
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge