ARM: mach-shmobile: ap4evb: modify FSI2 ID
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 18 Aug 2010 03:37:19 +0000 (03:37 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 18 Aug 2010 07:31:26 +0000 (16:31 +0900)
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/board-ap4evb.c

index 8afdb1d..1b95f12 100644 (file)
@@ -559,7 +559,7 @@ static struct resource fsi_resources[] = {
 
 static struct platform_device fsi_device = {
        .name           = "sh_fsi2",
-       .id             = 0,
+       .id             = -1,
        .num_resources  = ARRAY_SIZE(fsi_resources),
        .resource       = fsi_resources,
        .dev    = {