linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][trivial] ARM, mm: Don't include smp_plat.h twice in flush.c
@ 2010-11-07 22:15 Jesper Juhl
  2010-11-15 13:27 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Jesper Juhl @ 2010-11-07 22:15 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-kernel, trivial, Russell King, Catalin Marinas,
	Nicolas Pitre, Will Deacon

It's enough to include the asm/smp_plat.h once in arch/arm/mm/flush.c

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
---
 flush.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mm/flush.c b/arch/arm/mm/flush.c
index 391ffae..7d6e92b 100644
--- a/arch/arm/mm/flush.c
+++ b/arch/arm/mm/flush.c
@@ -17,7 +17,6 @@
 #include <asm/smp_plat.h>
 #include <asm/system.h>
 #include <asm/tlbflush.h>
-#include <asm/smp_plat.h>
 
 #include "mm.h"
 

-- 
Jesper Juhl <jj@chaosbits.net>             http://www.chaosbits.net/
Don't top-post  http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please.


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

* Re: [PATCH][trivial] ARM, mm: Don't include smp_plat.h twice in flush.c
  2010-11-07 22:15 [PATCH][trivial] ARM, mm: Don't include smp_plat.h twice in flush.c Jesper Juhl
@ 2010-11-15 13:27 ` Jiri Kosina
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2010-11-15 13:27 UTC (permalink / raw)
  To: Jesper Juhl
  Cc: linux-arm-kernel, linux-kernel, Russell King, Catalin Marinas,
	Nicolas Pitre, Will Deacon

On Sun, 7 Nov 2010, Jesper Juhl wrote:

> It's enough to include the asm/smp_plat.h once in arch/arm/mm/flush.c
> 
> Signed-off-by: Jesper Juhl <jj@chaosbits.net>
> ---
>  flush.c |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/mm/flush.c b/arch/arm/mm/flush.c
> index 391ffae..7d6e92b 100644
> --- a/arch/arm/mm/flush.c
> +++ b/arch/arm/mm/flush.c
> @@ -17,7 +17,6 @@
>  #include <asm/smp_plat.h>
>  #include <asm/system.h>
>  #include <asm/tlbflush.h>
> -#include <asm/smp_plat.h>

Doesn't seem to be present in linux-next as of today. I have picked that 
up. Thanks,

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

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

end of thread, other threads:[~2010-11-15 13:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-07 22:15 [PATCH][trivial] ARM, mm: Don't include smp_plat.h twice in flush.c Jesper Juhl
2010-11-15 13:27 ` Jiri Kosina

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).