Skip to content

Commit

Permalink
IXP4xx: Remove unused Motorola PrPMC1100 platform macros.
Browse files Browse the repository at this point in the history
PrPMC1100 is handled by IXDP425 platform code, there is no need for
duplicate set of macros. Remove them.

Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
  • Loading branch information
Krzysztof Hałasa committed Dec 5, 2009
1 parent 914e7bc commit 31bcde3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 44 deletions.
3 changes: 0 additions & 3 deletions arch/arm/mach-ixp4xx/include/mach/hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,4 @@
/* Platform helper functions and definitions */
#include "platform.h"

/* Platform specific details */
#include "prpmc1100.h"

#endif /* _ASM_ARCH_HARDWARE_H */
8 changes: 0 additions & 8 deletions arch/arm/mach-ixp4xx/include/mach/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,4 @@

#define XSCALE_PMU_IRQ (IRQ_IXP4XX_XSCALE_PMU)

/*
* PrPMC1100 Board IRQs
*/
#define IRQ_PRPMC1100_PCI_INTA IRQ_IXP4XX_GPIO11
#define IRQ_PRPMC1100_PCI_INTB IRQ_IXP4XX_GPIO10
#define IRQ_PRPMC1100_PCI_INTC IRQ_IXP4XX_GPIO9
#define IRQ_PRPMC1100_PCI_INTD IRQ_IXP4XX_GPIO8

#endif
33 changes: 0 additions & 33 deletions arch/arm/mach-ixp4xx/include/mach/prpmc1100.h

This file was deleted.

0 comments on commit 31bcde3

Please sign in to comment.