From: Jaswinder Singh Rajput Date: Wed, 8 Jul 2009 14:36:42 +0000 (+0530) Subject: ARM: includecheck fix: board-dm646x-evm.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=78eacf0b0373f524509da261b771f8baa28806b5;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git 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 Acked-by: Kevin Hilman Signed-off-by: Russell King --- diff --git a/arch/arm/mach-davinci/board-dm646x-evm.c b/arch/arm/mach-davinci/board-dm646x-evm.c index e17de635262..8657e72debc 100644 --- a/arch/arm/mach-davinci/board-dm646x-evm.c +++ b/arch/arm/mach-davinci/board-dm646x-evm.c @@ -47,7 +47,6 @@ #include #include #include -#include #define DM646X_EVM_PHY_MASK (0x2) #define DM646X_EVM_MDIO_FREQUENCY (2200000) /* PHY bus frequency */