[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1011072312490.26247@swampdragon.chaosbits.net>
Date: Sun, 7 Nov 2010 23:15:41 +0100 (CET)
From: Jesper Juhl <jj@...osbits.net>
To: linux-arm-kernel@...ts.infradead.org
cc: linux-kernel@...r.kernel.org, trivial@...nel.org,
Russell King <linux@....linux.org.uk>,
Catalin Marinas <catalin.marinas@....com>,
Nicolas Pitre <nicolas.pitre@...aro.org>,
Will Deacon <will.deacon@....com>
Subject: [PATCH][trivial] ARM, mm: Don't include smp_plat.h twice in
flush.c
It's enough to include the asm/smp_plat.h once in arch/arm/mm/flush.c
Signed-off-by: Jesper Juhl <jj@...osbits.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@...osbits.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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists