summaryrefslogtreecommitdiff
path: root/arch/arm/mach-dove/include
diff options
context:
space:
mode:
authorLennert Buytenhek <buytenh@wantstofly.org>2010-11-22 08:34:12 (GMT)
committerNicolas Pitre <nico@fluxnic.net>2011-03-03 21:27:03 (GMT)
commit6920aaf084ec3481eec7793019d0a8395fa85484 (patch)
tree1b3f8a1b82eace7b04c772f0cd981cb06791ffcb /arch/arm/mach-dove/include
parent9eac6d0a4e7e5149a7f86575b46d710ad2e05fe2 (diff)
downloadlinux-fsl-qoriq-6920aaf084ec3481eec7793019d0a8395fa85484.tar.xz
ARM: Dove: Remove PXA compatibility IRQ defines.
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>
Diffstat (limited to 'arch/arm/mach-dove/include')
-rw-r--r--arch/arm/mach-dove/include/mach/irqs.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/mach-dove/include/mach/irqs.h b/arch/arm/mach-dove/include/mach/irqs.h
index 4668146..03d401d 100644
--- a/arch/arm/mach-dove/include/mach/irqs.h
+++ b/arch/arm/mach-dove/include/mach/irqs.h
@@ -92,10 +92,5 @@
#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