diff options
author | Jaswinder Singh Rajput <[email protected]> | 2009-07-08 20:06:42 +0530 |
---|---|---|
committer | Russell King <[email protected]> | 2009-07-25 17:07:02 +0100 |
commit | 78eacf0b0373f524509da261b771f8baa28806b5 (patch) | |
tree | d827b978c7d575f194b70172098658f7cbd5f55f | |
parent | 6608168486973a33d24d27b25fc94d4743c1a1e5 (diff) |
ARM: includecheck fix: board-dm646x-evm.c
fix the following 'make includecheck' warning:
arch/arm/mach-davinci/board-dm646x-evm.c: mach/common.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <[email protected]>
Acked-by: Kevin Hilman <[email protected]>
Signed-off-by: Russell King <[email protected]>
-rw-r--r-- | arch/arm/mach-davinci/board-dm646x-evm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/board-dm646x-evm.c b/arch/arm/mach-davinci/board-dm646x-evm.c index e17de6352624..8657e72debc1 100644 --- a/arch/arm/mach-davinci/board-dm646x-evm.c +++ b/arch/arm/mach-davinci/board-dm646x-evm.c @@ -47,7 +47,6 @@ #include <mach/i2c.h> #include <mach/mmc.h> #include <mach/emac.h> -#include <mach/common.h> #define DM646X_EVM_PHY_MASK (0x2) #define DM646X_EVM_MDIO_FREQUENCY (2200000) /* PHY bus frequency */ |