diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2011-02-11 04:21:08 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-02-11 12:37:33 -0500 |
commit | a0c859c593827c0ff488e05909e9901ecd10159f (patch) | |
tree | 541ecfcc5238bc56a9ea4f03f4f1d4afa8a219de /arch/arm/mach-mx3/mm.c | |
parent | e134fb2b40ca7e2d96ba460b0c844c6a9fa489c3 (diff) |
ARM: mx3: remove some useless comments
Signed-off-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-mx3/mm.c')
-rw-r--r-- | arch/arm/mach-mx3/mm.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-mx3/mm.c b/arch/arm/mach-mx3/mm.c index 3387319b0964..eefd4cf0a693 100644 --- a/arch/arm/mach-mx3/mm.c +++ b/arch/arm/mach-mx3/mm.c | |||
@@ -28,14 +28,6 @@ | |||
28 | #include <mach/hardware.h> | 28 | #include <mach/hardware.h> |
29 | #include <mach/iomux-v3.h> | 29 | #include <mach/iomux-v3.h> |
30 | 30 | ||
31 | /*! | ||
32 | * @file mm.c | ||
33 | * | ||
34 | * @brief This file creates static virtual to physical mappings, common to all MX3 boards. | ||
35 | * | ||
36 | * @ingroup Memory | ||
37 | */ | ||
38 | |||
39 | #ifdef CONFIG_SOC_IMX31 | 31 | #ifdef CONFIG_SOC_IMX31 |
40 | static struct map_desc mx31_io_desc[] __initdata = { | 32 | static struct map_desc mx31_io_desc[] __initdata = { |
41 | imx_map_entry(MX31, X_MEMC, MT_DEVICE), | 33 | imx_map_entry(MX31, X_MEMC, MT_DEVICE), |
@@ -135,4 +127,3 @@ static int mxc_init_l2x0(void) | |||
135 | 127 | ||
136 | arch_initcall(mxc_init_l2x0); | 128 | arch_initcall(mxc_init_l2x0); |
137 | #endif | 129 | #endif |
138 | |||