aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-g3evm.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2010-06-08 02:25:17 -0400
committerPaul Mundt <lethal@linux-sh.org>2010-08-04 02:51:35 -0400
commit8a2b6beffc88b83089845d72eed2ed74eb5c9b1e (patch)
tree502780ddd8d8013b035ca83bcaec6b2e4032edd9 /arch/arm/mach-shmobile/board-g3evm.c
parent6e86ccad15c01e2239da9a76cfbfbf41bbe332ba (diff)
net/irda/sh_irda: Modify clk_get lookups
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/board-g3evm.c')
-rw-r--r--arch/arm/mach-shmobile/board-g3evm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-g3evm.c b/arch/arm/mach-shmobile/board-g3evm.c
index 95ccb949d5d9..a5525901e91f 100644
--- a/arch/arm/mach-shmobile/board-g3evm.c
+++ b/arch/arm/mach-shmobile/board-g3evm.c
@@ -232,6 +232,7 @@ static struct resource irda_resources[] = {
232 232
233static struct platform_device irda_device = { 233static struct platform_device irda_device = {
234 .name = "sh_irda", 234 .name = "sh_irda",
235 .id = -1,
235 .resource = irda_resources, 236 .resource = irda_resources,
236 .num_resources = ARRAY_SIZE(irda_resources), 237 .num_resources = ARRAY_SIZE(irda_resources),
237}; 238};