diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2010-02-17 16:44:12 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-23 18:29:08 -0500 |
commit | 5772ca7d7897722e7ed4c476bafee0b07bd9193e (patch) | |
tree | 73d6bcc8284d8d99f2797d614b9c893a83b9e325 /arch/arm/mach-omap2/usb-musb.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 <santosh.shilimkar@ti.com>
Reviewed-by: Kevin Hilman <khilman@deeprootsystems.com>
Reviewed-by: Paul Walmsley <paul@pwsan.com>
[tony@atomide.com: updated to compile with usb-musb.c]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/usb-musb.c')
-rw-r--r-- | arch/arm/mach-omap2/usb-musb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c index d5bea43e9422..6d41fa7b2ce8 100644 --- a/arch/arm/mach-omap2/usb-musb.c +++ b/arch/arm/mach-omap2/usb-musb.c | |||
@@ -94,8 +94,8 @@ void __init usb_musb_init(struct omap_musb_board_data *board_data) | |||
94 | musb_resources[0].start = OMAP34XX_HSUSB_OTG_BASE; | 94 | musb_resources[0].start = OMAP34XX_HSUSB_OTG_BASE; |
95 | } else if (cpu_is_omap44xx()) { | 95 | } else if (cpu_is_omap44xx()) { |
96 | musb_resources[0].start = OMAP44XX_HSUSB_OTG_BASE; | 96 | musb_resources[0].start = OMAP44XX_HSUSB_OTG_BASE; |
97 | musb_resources[1].start = INT_44XX_HS_USB_MC; | 97 | musb_resources[1].start = OMAP44XX_IRQ_HS_USB_MC_N; |
98 | musb_resources[2].start = INT_44XX_HS_USB_DMA; | 98 | musb_resources[2].start = OMAP44XX_IRQ_HS_USB_DMA_N; |
99 | } | 99 | } |
100 | musb_resources[0].end = musb_resources[0].start + SZ_4K - 1; | 100 | musb_resources[0].end = musb_resources[0].start + SZ_4K - 1; |
101 | 101 | ||