diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-09-22 18:37:01 +0530 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-09-28 18:06:20 +0100 |
commit | 9a0f6b4646a0acaf7f06fd2e02f10f303fe85d8f (patch) | |
tree | 9cc042145a8cf83f10f47758192339a02f57c98b /arch | |
parent | d5fc79cca2ec8d70200aee3c01cfc95fa35892ea (diff) | |
download | op-kernel-dev-9a0f6b4646a0acaf7f06fd2e02f10f303fe85d8f.zip op-kernel-dev-9a0f6b4646a0acaf7f06fd2e02f10f303fe85d8f.tar.gz |
ARM: includecheck fix: mach-davinci, board-dm365-evm.c
fix the following 'make includecheck' warning:
arch/arm/mach-davinci/board-dm365-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-dm365-evm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/board-dm365-evm.c b/arch/arm/mach-davinci/board-dm365-evm.c index a1d5e7d..52dd804 100644 --- a/arch/arm/mach-davinci/board-dm365-evm.c +++ b/arch/arm/mach-davinci/board-dm365-evm.c @@ -35,7 +35,6 @@ #include <mach/common.h> #include <mach/i2c.h> #include <mach/serial.h> -#include <mach/common.h> #include <mach/mmc.h> #include <mach/nand.h> |