aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/mach-ecovec24/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/boards/mach-ecovec24/setup.c')
-rw-r--r--arch/sh/boards/mach-ecovec24/setup.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c
index 9d15196952a0..dfc262bff0ad 100644
--- a/arch/sh/boards/mach-ecovec24/setup.c
+++ b/arch/sh/boards/mach-ecovec24/setup.c
@@ -147,6 +147,9 @@ static struct platform_device sh_eth_device = {
147 }, 147 },
148 .num_resources = ARRAY_SIZE(sh_eth_resources), 148 .num_resources = ARRAY_SIZE(sh_eth_resources),
149 .resource = sh_eth_resources, 149 .resource = sh_eth_resources,
150 .archdata = {
151 .hwblk_id = HWBLK_ETHER,
152 },
150}; 153};
151 154
152/* USB0 host */ 155/* USB0 host */