From: Sriramakrishnan Date: Thu, 19 Nov 2009 10:28:25 +0000 (+0530) Subject: TI Davinci EMAC : Re-use driver for other platforms. X-Git-Tag: v2.6.34-rc1~234^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ee2bf9ab792d0c02b13ca3acbd036debb7745d9;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git TI Davinci EMAC : Re-use driver for other platforms. The davinci EMAC peripheral is also available on other TI platforms -notably TI AM3517 SoC. This patch modifies the config option and the platform structure header files so that the driver can be reused on non-davinci platforms as well. Signed-off-by: Sriramakrishnan Acked-by: Chaithrika U S Acked-by: David S. Miller Signed-off-by: Kevin Hilman --- diff --git a/arch/arm/mach-davinci/common.c b/arch/arm/mach-davinci/common.c index c2de94c..94f27cb 100644 --- a/arch/arm/mach-davinci/common.c +++ b/arch/arm/mach-davinci/common.c @@ -11,13 +11,13 @@ #include #include #include +#include #include #include #include #include -#include #include "clock.h" diff --git a/arch/arm/mach-davinci/include/mach/da8xx.h b/arch/arm/mach-davinci/include/mach/da8xx.h index d43a4b6..d9a7f11 100644 --- a/arch/arm/mach-davinci/include/mach/da8xx.h +++ b/arch/arm/mach-davinci/include/mach/da8xx.h @@ -13,10 +13,10 @@ #include