summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Oltean <vladimir.oltean@nxp.com>2020-06-20 18:43:39 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-10-14 11:55:58 +0200
commit43e89f7e3c98ad1bd42e1e234a60b880e97de99c (patch)
tree849d8bd4d2aac3f7f8c40a88760c38c294cb5a84
parent78272109f44d9bf3925da12ce1fa62c644a1af6a (diff)
downloadlinux-stable-43e89f7e3c98ad1bd42e1e234a60b880e97de99c.tar.gz
linux-stable-43e89f7e3c98ad1bd42e1e234a60b880e97de99c.tar.bz2
linux-stable-43e89f7e3c98ad1bd42e1e234a60b880e97de99c.zip
net: mscc: ocelot: rename ocelot_board.c to ocelot_vsc7514.c
[ Upstream commit 589aa6e7c9de322d47eb33a5cee8cc38838319e6 ] To follow the model of felix and seville where we have one platform-specific file, rename this file to the actual SoC it serves. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
-rw-r--r--drivers/net/ethernet/mscc/Makefile2
-rw-r--r--drivers/net/ethernet/mscc/ocelot_vsc7514.c (renamed from drivers/net/ethernet/mscc/ocelot_board.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mscc/Makefile b/drivers/net/ethernet/mscc/Makefile
index 91b33b55054e..ad97a5cca6f9 100644
--- a/drivers/net/ethernet/mscc/Makefile
+++ b/drivers/net/ethernet/mscc/Makefile
@@ -2,4 +2,4 @@
obj-$(CONFIG_MSCC_OCELOT_SWITCH) += mscc_ocelot_common.o
mscc_ocelot_common-y := ocelot.o ocelot_io.o
mscc_ocelot_common-y += ocelot_regs.o ocelot_tc.o ocelot_police.o ocelot_ace.o ocelot_flower.o ocelot_ptp.o
-obj-$(CONFIG_MSCC_OCELOT_SWITCH_OCELOT) += ocelot_board.o
+obj-$(CONFIG_MSCC_OCELOT_SWITCH_OCELOT) += ocelot_vsc7514.o
diff --git a/drivers/net/ethernet/mscc/ocelot_board.c b/drivers/net/ethernet/mscc/ocelot_vsc7514.c
index 4a15d2ff8b70..4a15d2ff8b70 100644
--- a/drivers/net/ethernet/mscc/ocelot_board.c
+++ b/drivers/net/ethernet/mscc/ocelot_vsc7514.c