net: dsa: mv88e6xxx: Move devlink code into its own file
authorAndrew Lunn <andrew@lunn.ch>
Fri, 18 Sep 2020 19:11:05 +0000 (21:11 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 Sep 2020 01:17:45 +0000 (18:17 -0700)
commit9dd43aa211809f5c6641fa6c11a7eaf1514e5d53
tree13863c0afe0e1b4b9c42655cecc7a5e2b612f2f5
parent97c82c23135187878acea76bc5f0b03007e17ac7
net: dsa: mv88e6xxx: Move devlink code into its own file

There will soon be more devlink code. Move the existing code into a
file of its own, before we start adding this new code.

Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mv88e6xxx/Makefile
drivers/net/dsa/mv88e6xxx/chip.c
drivers/net/dsa/mv88e6xxx/devlink.c [new file with mode: 0644]
drivers/net/dsa/mv88e6xxx/devlink.h [new file with mode: 0644]