net: dsa: bcm_sf2: Move setup function at the far end
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 10 Jun 2016 00:42:06 +0000 (17:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Jun 2016 05:12:48 +0000 (22:12 -0700)
commit7fbb1a92ef928bd04e357422bb27b24a1c25fb42
tree084544246c4fb58ff55e95435485cfa7ad23ecf5
parenta468ef452ab91907215e29e98cfadff8cb1c15f7
net: dsa: bcm_sf2: Move setup function at the far end

Re-order the bcm_sf2_sw_setup() function so that it is at the far end of
the driver to avoid any kind of forward declarations.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/bcm_sf2.c