]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sh_eth: Add asm/cacheflush.h
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Mon, 26 Oct 2009 13:49:50 +0000 (13:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Oct 2009 00:19:44 +0000 (17:19 -0700)
Add include asm/cacheflush.h,  because declaration of __flush_purge_region
moved to asm/cacheflush.h.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sh_eth.c

index f49d0800c1d103c70bdb37f59cba9f00047b5285..528b912a4b0dbac26ecd88a77498a4be91743376 100644 (file)
@@ -30,6 +30,7 @@
 #include <linux/phy.h>
 #include <linux/cache.h>
 #include <linux/io.h>
+#include <asm/cacheflush.h>
 
 #include "sh_eth.h"