Ver Fonte

[ARM] pxa: fix typo in mxm8x10.h

Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Eric Miao há 15 anos atrás
pai
commit
62c132a800
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      arch/arm/mach-pxa/include/mach/mxm8x10.h

+ 1 - 1
arch/arm/mach-pxa/include/mach/mxm8x10.h

@@ -6,7 +6,7 @@
 #if defined(CONFIG_MMC)
 
 #define MXM_8X10_SD_nCD (72)
-#define MXM_8x10_SD_WP (84)
+#define MXM_8X10_SD_WP (84)
 
 extern void mxm_8x10_mmc_init(void);
 #else