aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sh_eth.c
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2009-10-26 13:49:50 +0000
committerDavid S. Miller <davem@davemloft.net>2009-10-26 17:19:44 -0700
commitf568a926a353d6816b3704d7367f34371df44ce7 (patch)
treec03e5234aeb493ced7c8e948b0c040e10efa32fe /drivers/net/sh_eth.c
parentPPPoE: Fix flush/close races. (diff)
downloadlinux-dev-f568a926a353d6816b3704d7367f34371df44ce7.tar.xz
linux-dev-f568a926a353d6816b3704d7367f34371df44ce7.zip
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 <iwamatsu@nigauri.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sh_eth.c')
-rw-r--r--drivers/net/sh_eth.c1
1 files changed, 1 insertions, 0 deletions
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 <linux/phy.h>
#include <linux/cache.h>
#include <linux/io.h>
+#include <asm/cacheflush.h>
#include "sh_eth.h"