diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-07-08 20:06:42 +0530 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-07-25 17:07:02 +0100 |
commit | 78eacf0b0373f524509da261b771f8baa28806b5 (patch) | |
tree | d827b978c7d575f194b70172098658f7cbd5f55f /arch | |
parent | 6608168486973a33d24d27b25fc94d4743c1a1e5 (diff) | |
download | op-kernel-dev-78eacf0b0373f524509da261b771f8baa28806b5.zip op-kernel-dev-78eacf0b0373f524509da261b771f8baa28806b5.tar.gz |
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 <jaswinderrajput@gmail.com>
Acked-by: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-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 e17de63..8657e72 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 */ |