[<prev] [next>] [day] [month] [year] [list]
Message-ID: <470E5245.8020801@scram.de>
Date: Thu, 11 Oct 2007 18:41:41 +0200
From: Jochen Friedrich <jochen@...am.de>
To: Jeff Garzik <jeff@...zik.org>
CC: Kumar Gala <galak@...nel.crashing.org>,
netdev <netdev@...r.kernel.org>,
"linux-ppc-embedded ((((E-Mail))))" <linuxppc-embedded@...abs.org>
Subject: [PATCH] [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@...am.de>
---
arch/ppc/8xx_io/enet.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
View attachment "16d5c009c75feb68cf1136330efabdffbec8e095.diff" of type "text/x-patch" (309 bytes)
Powered by blists - more mailing lists