ARM: Dove: Remove PXA compatibility IRQ defines.
authorLennert Buytenhek <buytenh@wantstofly.org>
Mon, 22 Nov 2010 08:34:12 +0000 (09:34 +0100)
committerNicolas Pitre <nico@fluxnic.net>
Thu, 3 Mar 2011 21:27:03 +0000 (16:27 -0500)
These are not currently used anywhere, but when the relevant
peripherals are enabled on the Dove port, the IRQ numbers should be
passed into the drivers via platform device resources rather than
having the drivers get them from platform headers directly.

Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
Acked-by: Saeed Bishara <saeed@marvell.com>
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
arch/arm/mach-dove/include/mach/irqs.h

index 46681466f92b778092502018269448fa4fcfec2a..03d401d20453eb447f15ab5dca15cd80967d2baf 100644 (file)
 
 #define NR_IRQS                        (IRQ_DOVE_PMU_START + NR_PMU_IRQS)
 
-/* Required for compatability with PXA AC97 driver.    */
-#define IRQ_AC97               IRQ_DOVE_AC97
-/* Required for compatability with PXA DMA driver.     */
-#define IRQ_DMA                        IRQ_DOVE_PDMA
-/* Required for compatability with PXA NAND driver     */
-#define IRQ_NAND               IRQ_DOVE_NAND
+
 #endif