aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorEric Miao <eric.y.miao@gmail.com>2010-03-02 10:24:14 +0800
committerEric Miao <eric.y.miao@gmail.com>2010-03-02 10:24:14 +0800
commit62c132a8008991530839401674ce8e1b12b005d3 (patch)
tree42b050fdf8eb06aebf9ee3ce04f8b1eb2e19836d /arch
parent[ARM] pxa/raumfeld: set GPIO drive bits for LED pins (diff)
downloadlinux-dev-62c132a8008991530839401674ce8e1b12b005d3.tar.xz
linux-dev-62c132a8008991530839401674ce8e1b12b005d3.zip
[ARM] pxa: fix typo in mxm8x10.h
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-pxa/include/mach/mxm8x10.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/include/mach/mxm8x10.h b/arch/arm/mach-pxa/include/mach/mxm8x10.h
index d3a234b23d41..ffa15665a418 100644
--- a/arch/arm/mach-pxa/include/mach/mxm8x10.h
+++ b/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