diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2009-10-26 09:49:50 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-26 20:19:44 -0400 |
commit | f568a926a353d6816b3704d7367f34371df44ce7 (patch) | |
tree | c03e5234aeb493ced7c8e948b0c040e10efa32fe /drivers/net/sh_eth.c | |
parent | fb64bb560e181363c29ed4fe12a0d82765d61733 (diff) |
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.c | 1 |
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 @@ | |||
30 | #include <linux/phy.h> | 30 | #include <linux/phy.h> |
31 | #include <linux/cache.h> | 31 | #include <linux/cache.h> |
32 | #include <linux/io.h> | 32 | #include <linux/io.h> |
33 | #include <asm/cacheflush.h> | ||
33 | 34 | ||
34 | #include "sh_eth.h" | 35 | #include "sh_eth.h" |
35 | 36 | ||