diff options
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | 2016-06-21 18:28:20 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-06-25 17:29:47 +0200 |
commit | fad09c73c27020001cd472343efdacf60a93f8ea (patch) | |
tree | dcb99d5ce2bf93b1bd7959ce1a7a69f4ad45c57b /drivers/net/dsa/mv88e6xxx/Makefile | |
parent | net: dsa: mv88e6xxx: move driver in its own folder (diff) | |
download | linux-fad09c73c27020001cd472343efdacf60a93f8ea.tar.xz linux-fad09c73c27020001cd472343efdacf60a93f8ea.zip |
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>
Diffstat (limited to 'drivers/net/dsa/mv88e6xxx/Makefile')
-rw-r--r-- | drivers/net/dsa/mv88e6xxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/dsa/mv88e6xxx/Makefile b/drivers/net/dsa/mv88e6xxx/Makefile index 1128fc719672..6e29a75ee2f7 100644 --- a/drivers/net/dsa/mv88e6xxx/Makefile +++ b/drivers/net/dsa/mv88e6xxx/Makefile @@ -1 +1 @@ -obj-$(CONFIG_NET_DSA_MV88E6XXX) += mv88e6xxx.o +obj-$(CONFIG_NET_DSA_MV88E6XXX) += chip.o |