diff options
Diffstat (limited to 'arch/sh/boards/board-espt.c')
-rw-r--r-- | arch/sh/boards/board-espt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/board-espt.c b/arch/sh/boards/board-espt.c index d71a0bcf8145..4d94dff9015c 100644 --- a/arch/sh/boards/board-espt.c +++ b/arch/sh/boards/board-espt.c | |||
@@ -85,7 +85,7 @@ static struct sh_eth_plat_data sh7763_eth_pdata = { | |||
85 | }; | 85 | }; |
86 | 86 | ||
87 | static struct platform_device espt_eth_device = { | 87 | static struct platform_device espt_eth_device = { |
88 | .name = "sh-eth", | 88 | .name = "sh7763-gether", |
89 | .resource = sh_eth_resources, | 89 | .resource = sh_eth_resources, |
90 | .num_resources = ARRAY_SIZE(sh_eth_resources), | 90 | .num_resources = ARRAY_SIZE(sh_eth_resources), |
91 | .dev = { | 91 | .dev = { |