Skip to content

Commit

Permalink
[ARM] sa1100: remove unreferenced IRQ definitions
Browse files Browse the repository at this point in the history
These IRQ definitions related to LOCOMO are never referenced anywhere,
thus could be safely removed.

Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
  • Loading branch information
Eric Miao committed Mar 1, 2010
1 parent f69a654 commit efe7f8b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions arch/arm/mach-sa1100/include/mach/collie.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@
#define COLLIE_IRQ_GPIO_GA_INT IRQ_GPIO25
#define COLLIE_IRQ_GPIO_MAIN_BAT_LOW IRQ_GPIO26

#define COLLIE_LCM_IRQ_GPIO_RTS IRQ_LOCOMO_GPIO0
#define COLLIE_LCM_IRQ_GPIO_CTS IRQ_LOCOMO_GPIO1
#define COLLIE_LCM_IRQ_GPIO_DSR IRQ_LOCOMO_GPIO2
#define COLLIE_LCM_IRQ_GPIO_DTR IRQ_LOCOMO_GPIO3
#define COLLIE_LCM_IRQ_GPIO_nSD_DETECT IRQ_LOCOMO_GPIO13
#define COLLIE_LCM_IRQ_GPIO_nSD_WP IRQ_LOCOMO_GPIO14

/* GPIO's on the TC35143AF (Toshiba Analog Frontend) */
#define COLLIE_TC35143_GPIO_BASE (GPIO_MAX + 13)
#define COLLIE_TC35143_GPIO_VERSION0 UCB_IO_0
Expand Down

0 comments on commit efe7f8b

Please sign in to comment.