From: Jochen Friedrich Date: Thu, 13 Sep 2007 14:00:48 +0000 (+0200) Subject: [PPC] Compile fix for 8xx CPM Ehernet driver X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7a6d44f79f60f2b106e2a820503fa7c1814a13d0;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git [PPC] Compile fix for 8xx CPM Ehernet driver Add #include for flush_dcache_range to make the driver compile again. CC arch/ppc/8xx_io/enet.o arch/ppc/8xx_io/enet.c: In function 'scc_enet_start_xmit': arch/ppc/8xx_io/enet.c:240: error: implicit declaration of function 'flush_dcache_range' make[1]: *** [arch/ppc/8xx_io/enet.o] Error 1 make: *** [arch/ppc/8xx_io] Error 2 Signed-off-by: Jochen Friedrich --- diff --git a/arch/ppc/8xx_io/enet.c b/arch/ppc/8xx_io/enet.c index 703d47eee436..eace3bc118d2 100644 --- a/arch/ppc/8xx_io/enet.c +++ b/arch/ppc/8xx_io/enet.c @@ -44,6 +44,7 @@ #include #include #include +#include /* * Theory of Operation