diff options
author | Rabin Vincent <rabin.vincent@stericsson.com> | 2010-12-08 00:37:56 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@stericsson.com> | 2010-12-08 07:25:41 -0500 |
commit | 22039b7cc54a636f80434e9b149fcdec148c4cb9 (patch) | |
tree | 42ded161697bc869237ef76672a9563186d9f5af /arch/arm/mach-ux500/board-mop500.c | |
parent | 01afdd1353ca83904f430be4f6202d1a20912f4d (diff) |
ux500: remove ambiguous irq macros
Remove the irq number macros which don't specify which SoC they're for.
Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.c | 6 |
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 8edc27f41f0d..287956cebe8b 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 | ||
99 | static struct resource ab8500_resources[] = { | 99 | static 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 | ||