Skip to content

Commit

Permalink
ARM: Dove: Remove PXA compatibility IRQ defines.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Saeed Bishara <[email protected]>
Signed-off-by: Nicolas Pitre <[email protected]>
  • Loading branch information
buytenh authored and npitre committed Mar 3, 2011
1 parent 9eac6d0 commit 6920aaf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions arch/arm/mach-dove/include/mach/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6920aaf

Please sign in to comment.