From: Nobuhiro Iwamatsu Date: Mon, 26 Oct 2009 13:49:50 +0000 (+0000) Subject: sh_eth: Add asm/cacheflush.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f568a926a353d6816b3704d7367f34371df44ce7;p=linux.git sh_eth: Add asm/cacheflush.h Add include asm/cacheflush.h, because declaration of __flush_purge_region moved to asm/cacheflush.h. Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: David S. Miller --- diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c index f49d0800c1d10..528b912a4b0db 100644 --- a/drivers/net/sh_eth.c +++ b/drivers/net/sh_eth.c @@ -30,6 +30,7 @@ #include #include #include +#include #include "sh_eth.h"