[PPC] Compile fix for 8xx CPM Ehernet driver

Add #include <asm/cacheflush.h> 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 <jochen@scram.de>
This commit is contained in:
Jochen Friedrich 2007-09-13 16:00:48 +02:00
parent 1d7a8ee0eb
commit 7a6d44f79f
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
#include <asm/mpc8xx.h>
#include <asm/uaccess.h>
#include <asm/commproc.h>
#include <asm/cacheflush.h>
/*
* Theory of Operation