ARM: orion: remove unused wnr854t_switch_plat_data
authorArnd Bergmann <[email protected]>
Wed, 8 Feb 2017 21:24:19 +0000 (22:24 +0100)
committerDavid S. Miller <[email protected]>
Thu, 9 Feb 2017 21:59:57 +0000 (16:59 -0500)
The other instances of this structure got removed along with the MDIO
device change, but this one was left behind and needs to be removed
as well:

arch/arm/mach-orion5x/wnr854t-setup.c:109:44: error: 'wnr854t_switch_plat_data' defined but not used [-Werror=unused-variable]
 static struct dsa_platform_data __initdata wnr854t_switch_plat_data = {

Fixes: 575e93f7b5e6 ("ARM: orion: Register DSA switch as a MDIO device")
Signed-off-by: Arnd Bergmann <[email protected]>
Acked-by: Florian Fainelli <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
arch/arm/mach-orion5x/wnr854t-setup.c

index ac3376fc269f0e0c85f1d3298317edbe49bd9794..d162d4c7f85db6f85ba47756b62906a858dfb8b6 100644 (file)
@@ -106,11 +106,6 @@ static struct dsa_chip_data wnr854t_switch_chip_data = {
        .port_names[7] = "lan2",
 };
 
-static struct dsa_platform_data __initdata wnr854t_switch_plat_data = {
-       .nr_chips       = 1,
-       .chip           = &wnr854t_switch_chip_data,
-};
-
 static void __init wnr854t_init(void)
 {
        /*