From 8a2b6beffc88b83089845d72eed2ed74eb5c9b1e Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Tue, 8 Jun 2010 06:25:17 +0000 Subject: net/irda/sh_irda: Modify clk_get lookups Signed-off-by: Kuninori Morimoto Signed-off-by: Paul Mundt --- arch/arm/mach-shmobile/board-g3evm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-shmobile') 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[] = { static struct platform_device irda_device = { .name = "sh_irda", + .id = -1, .resource = irda_resources, .num_resources = ARRAY_SIZE(irda_resources), }; -- cgit v1.2.1