diff options
author | Santosh Shilimkar <[email protected]> | 2010-02-18 03:14:12 +0530 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2010-02-23 15:29:08 -0800 |
commit | 5772ca7d7897722e7ed4c476bafee0b07bd9193e (patch) | |
tree | 73d6bcc8284d8d99f2797d614b9c893a83b9e325 /arch/arm/plat-omap/devices.c | |
parent | a99db248afd4682a6a9e2aea465cb4c2eb6e26be (diff) |
omap4: Use irq line defines from irq-44xx.h
This patch removes all the omap4 specific irq line
defines from plat/irqs.h and includes auto-generated
irqs-44xx.h
All the legacy naming style defines are replaced with the one
from irqs-44xx.h
Signed-off-by: Santosh Shilimkar <[email protected]>
Reviewed-by: Kevin Hilman <[email protected]>
Reviewed-by: Paul Walmsley <[email protected]>
[[email protected]: updated to compile with usb-musb.c]
Signed-off-by: Tony Lindgren <[email protected]>
Diffstat (limited to 'arch/arm/plat-omap/devices.c')
-rw-r--r-- | arch/arm/plat-omap/devices.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/devices.c b/arch/arm/plat-omap/devices.c index 3a3e357fff3c..4a4cd8774aaa 100644 --- a/arch/arm/plat-omap/devices.c +++ b/arch/arm/plat-omap/devices.c @@ -205,8 +205,8 @@ static struct resource mcpdm_resources[] = { }, { .name = "mcpdm_irq", - .start = INT_44XX_MCPDM_IRQ, - .end = INT_44XX_MCPDM_IRQ, + .start = OMAP44XX_IRQ_MCPDM, + .end = OMAP44XX_IRQ_MCPDM, .flags = IORESOURCE_IRQ, }, }; |