diff options
Diffstat (limited to 'arch/sh/boards/mach-ecovec24/setup.c')
-rw-r--r-- | arch/sh/boards/mach-ecovec24/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 764530c85aa9..61fade0ffa96 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c | |||
@@ -165,8 +165,8 @@ static struct sh_eth_plat_data sh_eth_plat = { | |||
165 | }; | 165 | }; |
166 | 166 | ||
167 | static struct platform_device sh_eth_device = { | 167 | static struct platform_device sh_eth_device = { |
168 | .name = "sh-eth", | 168 | .name = "sh7724-ether", |
169 | .id = 0, | 169 | .id = 0, |
170 | .dev = { | 170 | .dev = { |
171 | .platform_data = &sh_eth_plat, | 171 | .platform_data = &sh_eth_plat, |
172 | }, | 172 | }, |