aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/board-mop500.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r--arch/arm/mach-ux500/board-mop500.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index 8edc27f41f0..287956cebe8 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -98,9 +98,9 @@ static struct ab8500_platform_data ab8500_platdata = {
98 98
99static struct resource ab8500_resources[] = { 99static struct resource ab8500_resources[] = {
100 [0] = { 100 [0] = {
101 .start = IRQ_AB8500, 101 .start = IRQ_DB8500_AB8500,
102 .end = IRQ_AB8500, 102 .end = IRQ_DB8500_AB8500,
103 .flags = IORESOURCE_IRQ 103 .flags = IORESOURCE_IRQ
104 } 104 }
105}; 105};
106 106