diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2009-10-26 13:49:50 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-26 17:19:44 -0700 |
commit | f568a926a353d6816b3704d7367f34371df44ce7 (patch) | |
tree | c03e5234aeb493ced7c8e948b0c040e10efa32fe /drivers/net | |
parent | fb64bb560e181363c29ed4fe12a0d82765d61733 (diff) | |
download | linux-stable-f568a926a353d6816b3704d7367f34371df44ce7.tar.gz linux-stable-f568a926a353d6816b3704d7367f34371df44ce7.tar.bz2 linux-stable-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')
-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 @@ #include <linux/phy.h> #include <linux/cache.h> #include <linux/io.h> +#include <asm/cacheflush.h> #include "sh_eth.h" |