diff options
Diffstat (limited to 'arch/arm/mach-davinci/board-dm646x-evm.c')
-rw-r--r-- | arch/arm/mach-davinci/board-dm646x-evm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/board-dm646x-evm.c b/arch/arm/mach-davinci/board-dm646x-evm.c index aedde3cdb82f..becae51d6dd1 100644 --- a/arch/arm/mach-davinci/board-dm646x-evm.c +++ b/arch/arm/mach-davinci/board-dm646x-evm.c | |||
@@ -47,6 +47,7 @@ | |||
47 | #include <mach/i2c.h> | 47 | #include <mach/i2c.h> |
48 | #include <mach/mmc.h> | 48 | #include <mach/mmc.h> |
49 | #include <mach/emac.h> | 49 | #include <mach/emac.h> |
50 | #include <mach/common.h> | ||
50 | 51 | ||
51 | #define DM646X_EVM_PHY_MASK (0x2) | 52 | #define DM646X_EVM_PHY_MASK (0x2) |
52 | #define DM646X_EVM_MDIO_FREQUENCY (2200000) /* PHY bus frequency */ | 53 | #define DM646X_EVM_MDIO_FREQUENCY (2200000) /* PHY bus frequency */ |
@@ -265,7 +266,6 @@ static void __init evm_init_i2c(void) | |||
265 | 266 | ||
266 | static void __init davinci_map_io(void) | 267 | static void __init davinci_map_io(void) |
267 | { | 268 | { |
268 | davinci_map_common_io(); | ||
269 | dm646x_init(); | 269 | dm646x_init(); |
270 | } | 270 | } |
271 | 271 | ||