dsa: mv88e6xxx: Rename probe function to fit the normal pattern
authorAndrew Lunn <andrew@lunn.ch>
Tue, 10 May 2016 21:27:20 +0000 (23:27 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 May 2016 23:36:28 +0000 (19:36 -0400)
commitfcdce7d0751096bbc863d5db12726e9253abbc3c
tree734f8b26d28df22ab54b488390af6133edcdeb3a
parentb681957ad439daf1ea67111463df783d3113c2da
dsa: mv88e6xxx: Rename probe function to fit the normal pattern

All other DSA drivers use _drv_ in there DSA probe function name, thus
allowing for a true linux driver probe function to use the
conventional name. Make mv88e6xxx fit this pattern.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mv88e6xxx.c