diff options
| -rw-r--r-- | arch/arm/mach-imx/mach-mx31lite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-mx31lite.c b/arch/arm/mach-imx/mach-mx31lite.c index f033a57d5694..a3250bc7f114 100644 --- a/arch/arm/mach-imx/mach-mx31lite.c +++ b/arch/arm/mach-imx/mach-mx31lite.c | |||
| @@ -245,7 +245,7 @@ static struct map_desc mx31lite_io_desc[] __initdata = { | |||
| 245 | /* | 245 | /* |
| 246 | * Set up static virtual mappings. | 246 | * Set up static virtual mappings. |
| 247 | */ | 247 | */ |
| 248 | void __init mx31lite_map_io(void) | 248 | static void __init mx31lite_map_io(void) |
| 249 | { | 249 | { |
| 250 | mx31_map_io(); | 250 | mx31_map_io(); |
| 251 | iotable_init(mx31lite_io_desc, ARRAY_SIZE(mx31lite_io_desc)); | 251 | iotable_init(mx31lite_io_desc, ARRAY_SIZE(mx31lite_io_desc)); |
