[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <29ab51dc0910261649p2fb22799o5cc70a71dff0f1dd@mail.gmail.com>
Date: Tue, 27 Oct 2009 08:49:50 +0900
From: Nobuhiro Iwamatsu <iwamatsu@...auri.org>
To: netdev@...r.kernel.org
Cc: Linux-sh <linux-sh@...r.kernel.org>,
Paul Mundt <lethal@...ux-sh.org>
Subject: [PATCH] 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@...auri.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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists