From: Nobuhiro Iwamatsu Date: Mon, 26 Oct 2009 13:49:50 +0000 (+0000) Subject: sh_eth: Add asm/cacheflush.h X-Git-Tag: firefly_0821_release~11864^2~91 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f568a926a353d6816b3704d7367f34371df44ce7;p=firefly-linux-kernel-4.4.55.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 f49d0800c1d1..528b912a4b0d 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"