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 f49d080..528b912 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"