aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r--arch/arm/mach-shmobile/setup-r8a7779.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7779.c b/arch/arm/mach-shmobile/setup-r8a7779.c
index 10031fef074a..042df35e71a0 100644
--- a/arch/arm/mach-shmobile/setup-r8a7779.c
+++ b/arch/arm/mach-shmobile/setup-r8a7779.c
@@ -331,7 +331,7 @@ static struct resource sata_resources[] = {
331 .flags = IORESOURCE_MEM, 331 .flags = IORESOURCE_MEM,
332 }, 332 },
333 [1] = { 333 [1] = {
334 .start = gic_spi(100), 334 .start = gic_iid(0x84),
335 .flags = IORESOURCE_IRQ, 335 .flags = IORESOURCE_IRQ,
336 }, 336 },
337}; 337};