[PATCH] ARM: 2802/1: OMAP update 8/11: Update OMAP arch files
[deliverable/linux.git] / arch / arm / mach-omap1 / board-perseus2.c
index 0d460522fcaf72454a0acdd1937968ddaea2ea0b..213317392d9b1c4066fca07e8cb7bfd1714d9ea9 100644 (file)
@@ -27,8 +27,7 @@
 #include <asm/arch/gpio.h>
 #include <asm/arch/mux.h>
 #include <asm/arch/fpga.h>
-
-#include "common.h"
+#include <asm/arch/common.h>
 
 static struct resource smc91x_resources[] = {
        [0] = {
@@ -140,7 +139,7 @@ static struct map_desc omap_perseus2_io_desc[] __initdata = {
 
 static void __init omap_perseus2_map_io(void)
 {
-       omap_map_io();
+       omap_map_common_io();
        iotable_init(omap_perseus2_io_desc,
                     ARRAY_SIZE(omap_perseus2_io_desc));
 
This page took 0.036085 seconds and 5 git commands to generate.