net: dsa: mv88e6xxx: rename single-chip support
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Tue, 21 Jun 2016 16:28:20 +0000 (12:28 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 25 Jun 2016 15:29:47 +0000 (11:29 -0400)
commitfad09c73c27020001cd472343efdacf60a93f8ea
treedcb99d5ce2bf93b1bd7959ce1a7a69f4ad45c57b
parent0d3cd4b6b49865e83ae648b66cf815d466085914
net: dsa: mv88e6xxx: rename single-chip support

With the upcoming support for cross-chip operations, it will be hard to
distinguish portions of code supporting a single-chip or a switch fabric
of interconnected chips.

Make the code clearer now, by renaming the mv88e6xxx_priv_state chip
structure to mv88e6xxx_chip. This patch brings no functional changes.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mv88e6xxx/Makefile
drivers/net/dsa/mv88e6xxx/chip.c [new file with mode: 0644]
drivers/net/dsa/mv88e6xxx/mv88e6xxx.c [deleted file]
drivers/net/dsa/mv88e6xxx/mv88e6xxx.h