diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-06-23 13:40:35 (GMT) |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-07-15 00:28:07 (GMT) |
commit | 0d5ca6d973b54f76eaccf86116dd0c66b073afc5 (patch) | |
tree | 58d9febe24eb155904af40b845734fe63ee392d6 /arch/arm/mach-imx/mx27.h | |
parent | bf81e2f1006d10694bcb62c1a001f3a786b902ac (diff) | |
download | linux-0d5ca6d973b54f76eaccf86116dd0c66b073afc5.tar.xz |
ARM: i.MX27: Typo fix
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/mx27.h')
-rw-r--r-- | arch/arm/mach-imx/mx27.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mx27.h b/arch/arm/mach-imx/mx27.h index e074616..8a65f19 100644 --- a/arch/arm/mach-imx/mx27.h +++ b/arch/arm/mach-imx/mx27.h @@ -135,7 +135,7 @@ #define MX27_INT_GPT4 (NR_IRQS_LEGACY + 4) #define MX27_INT_RTIC (NR_IRQS_LEGACY + 5) #define MX27_INT_CSPI3 (NR_IRQS_LEGACY + 6) -#define MX27_INT_SDHC (NR_IRQS_LEGACY + 7) +#define MX27_INT_MSHC (NR_IRQS_LEGACY + 7) #define MX27_INT_GPIO (NR_IRQS_LEGACY + 8) #define MX27_INT_SDHC3 (NR_IRQS_LEGACY + 9) #define MX27_INT_SDHC2 (NR_IRQS_LEGACY + 10) |