diff options
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/board-ap4evb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index 8afdb1dab029..1b95f122ecf5 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c | |||
@@ -559,7 +559,7 @@ static struct resource fsi_resources[] = { | |||
559 | 559 | ||
560 | static struct platform_device fsi_device = { | 560 | static struct platform_device fsi_device = { |
561 | .name = "sh_fsi2", | 561 | .name = "sh_fsi2", |
562 | .id = 0, | 562 | .id = -1, |
563 | .num_resources = ARRAY_SIZE(fsi_resources), | 563 | .num_resources = ARRAY_SIZE(fsi_resources), |
564 | .resource = fsi_resources, | 564 | .resource = fsi_resources, |
565 | .dev = { | 565 | .dev = { |