diff mbox

sh: add hwblk_id to sh_eth on ecovec24

Message ID 20091026104158.25069.90213.sendpatchset@rxone.opensource.se (mailing list archive)
State Accepted
Headers show

Commit Message

Magnus Damm Oct. 26, 2009, 10:41 a.m. UTC
None
diff mbox

Patch

--- 0004/arch/sh/boards/mach-ecovec24/setup.c
+++ work/arch/sh/boards/mach-ecovec24/setup.c	2009-10-07 16:58:33.000000000 +0900
@@ -132,6 +132,9 @@  static struct platform_device sh_eth_dev
 	},
 	.num_resources = ARRAY_SIZE(sh_eth_resources),
 	.resource = sh_eth_resources,
+	.archdata = {
+		.hwblk_id = HWBLK_ETHER,
+	},
 };
 
 /* USB0 host */