aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Miao <eric.y.miao@gmail.com>2010-03-01 21:24:14 -0500
committerEric Miao <eric.y.miao@gmail.com>2010-03-01 21:24:14 -0500
commit62c132a8008991530839401674ce8e1b12b005d3 (patch)
tree42b050fdf8eb06aebf9ee3ce04f8b1eb2e19836d
parent31436bbe8f85f79fc0ddb963edb3d29f6e2b3bae (diff)
[ARM] pxa: fix typo in mxm8x10.h
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
-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 @@
6#if defined(CONFIG_MMC) 6#if defined(CONFIG_MMC)
7 7
8#define MXM_8X10_SD_nCD (72) 8#define MXM_8X10_SD_nCD (72)
9#define MXM_8x10_SD_WP (84) 9#define MXM_8X10_SD_WP (84)
10 10
11extern void mxm_8x10_mmc_init(void); 11extern void mxm_8x10_mmc_init(void);
12#else 12#else