diff options
author | Shawn Guo | 2011-02-21 18:42:55 +0800 |
---|---|---|
committer | Sascha Hauer | 2011-03-07 19:29:54 +0100 |
commit | 208277f74e449fca082c1895086bd44c159efba5 (patch) | |
tree | c267f3a7d8cd3b93a604765ca3c78a6ad29f3f53 /arch/arm/mach-mxs/include/mach/mx23.h | |
parent | 3baa4feeadf22ae72dad217f31ea739d881fc149 (diff) |
ARM: mxs: make ssp error irq definition consistent
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mxs/include/mach/mx23.h')
-rw-r--r-- | arch/arm/mach-mxs/include/mach/mx23.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/include/mach/mx23.h b/arch/arm/mach-mxs/include/mach/mx23.h index 1745e98ca960..c0a18c23084a 100644 --- a/arch/arm/mach-mxs/include/mach/mx23.h +++ b/arch/arm/mach-mxs/include/mach/mx23.h @@ -93,7 +93,7 @@ #define MX23_INT_USB_WAKEUP 12 #define MX23_INT_GPMI_DMA 13 #define MX23_INT_SSP1_DMA 14 -#define MX23_INT_SSP_ERROR 15 +#define MX23_INT_SSP1_ERROR 15 #define MX23_INT_GPIO0 16 #define MX23_INT_GPIO1 17 #define MX23_INT_GPIO2 18 |