netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sh_eth: Add asm/cacheflush.h
@ 2009-10-26 23:49 Nobuhiro Iwamatsu
  2009-10-27  0:19 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Nobuhiro Iwamatsu @ 2009-10-26 23:49 UTC (permalink / raw)
  To: netdev; +Cc: Linux-sh, Paul Mundt

Add include asm/cacheflush.h,  because declaration of __flush_purge_region
moved to asm/cacheflush.h.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 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 f49d080..528b912 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"

-- 
1.6.4.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-10-27  0:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-26 23:49 [PATCH] sh_eth: Add asm/cacheflush.h Nobuhiro Iwamatsu
2009-10-27  0:19 ` David Miller
2009-10-27  0:25   ` Paul Mundt
2009-10-27  0:28     ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).