diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2011-02-21 11:42:55 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-03-07 19:29:54 +0100 |
commit | 208277f74e449fca082c1895086bd44c159efba5 (patch) | |
tree | c267f3a7d8cd3b93a604765ca3c78a6ad29f3f53 /arch/arm/mach-mxs/include/mach/mx28.h | |
parent | ARM: mxs: add dma device (diff) | |
download | linux-208277f74e449fca082c1895086bd44c159efba5.tar.xz linux-208277f74e449fca082c1895086bd44c159efba5.zip |
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/mx28.h')
-rw-r--r-- | arch/arm/mach-mxs/include/mach/mx28.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-mxs/include/mach/mx28.h b/arch/arm/mach-mxs/include/mach/mx28.h index 3f3485af9ac9..75d86118b76a 100644 --- a/arch/arm/mach-mxs/include/mach/mx28.h +++ b/arch/arm/mach-mxs/include/mach/mx28.h @@ -163,10 +163,10 @@ #define MX28_INT_USB0 93 #define MX28_INT_USB1_WAKEUP 94 #define MX28_INT_USB0_WAKEUP 95 -#define MX28_INT_SSP0 96 -#define MX28_INT_SSP1 97 -#define MX28_INT_SSP2 98 -#define MX28_INT_SSP3 99 +#define MX28_INT_SSP0_ERROR 96 +#define MX28_INT_SSP1_ERROR 97 +#define MX28_INT_SSP2_ERROR 98 +#define MX28_INT_SSP3_ERROR 99 #define MX28_INT_ENET_SWI 100 #define MX28_INT_ENET_MAC0 101 #define MX28_INT_ENET_MAC1 102 |