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

* Re: [PATCH] sh_eth: Add asm/cacheflush.h
  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
  0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2009-10-27  0:19 UTC (permalink / raw)
  To: iwamatsu; +Cc: netdev, linux-sh, lethal

From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Tue, 27 Oct 2009 08:49:50 +0900

> Add include asm/cacheflush.h,  because declaration of __flush_purge_region
> moved to asm/cacheflush.h.
> 
> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

Applied, thanks.

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

* Re: [PATCH] sh_eth: Add asm/cacheflush.h
  2009-10-27  0:19 ` David Miller
@ 2009-10-27  0:25   ` Paul Mundt
  2009-10-27  0:28     ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Mundt @ 2009-10-27  0:25 UTC (permalink / raw)
  To: David Miller; +Cc: iwamatsu, netdev, linux-sh

On Mon, Oct 26, 2009 at 05:19:56PM -0700, David Miller wrote:
> From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
> Date: Tue, 27 Oct 2009 08:49:50 +0900
> 
> > Add include asm/cacheflush.h,  because declaration of __flush_purge_region
> > moved to asm/cacheflush.h.
> > 
> > Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
> 
> Applied, thanks.

Even though Iwamatsu-san didn't specify the kernel version, this is
relevant for 2.6.32 (as that's where we made the change).

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

* Re: [PATCH] sh_eth: Add asm/cacheflush.h
  2009-10-27  0:25   ` Paul Mundt
@ 2009-10-27  0:28     ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2009-10-27  0:28 UTC (permalink / raw)
  To: lethal; +Cc: iwamatsu, netdev, linux-sh

From: Paul Mundt <lethal@linux-sh.org>
Date: Tue, 27 Oct 2009 09:25:25 +0900

> On Mon, Oct 26, 2009 at 05:19:56PM -0700, David Miller wrote:
>> From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
>> Date: Tue, 27 Oct 2009 08:49:50 +0900
>> 
>> > Add include asm/cacheflush.h,  because declaration of __flush_purge_region
>> > moved to asm/cacheflush.h.
>> > 
>> > Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
>> 
>> Applied, thanks.
> 
> Even though Iwamatsu-san didn't specify the kernel version, this is
> relevant for 2.6.32 (as that's where we made the change).

Ok.

^ permalink raw reply	[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).