[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1202050121060.30244@swampdragon.chaosbits.net>
Date: Sun, 5 Feb 2012 01:22:29 +0100 (CET)
From: Jesper Juhl <jj@...osbits.net>
To: linux-arm-kernel@...ts.infradead.org
cc: trivial@...nel.org, linux-kernel@...r.kernel.org,
Tejun Heo <tj@...nel.org>, Will Deacon <will.deacon@....com>,
Catalin Marinas <catalin.marinas@....com>,
Nicolas Pitre <nicolas.pitre@...aro.org>,
Russell King <linux@....linux.org.uk>
Subject: [PATCH] ARM: Remove duplicate asm/memblock.h include from
arch/arm/mm/init.c
There's no need to include the header twice, so get rid of the
duplicate.
Signed-off-by: Jesper Juhl <jj@...osbits.net>
---
arch/arm/mm/init.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mm/init.c b/arch/arm/mm/init.c
index 5dc7d12..245a55a 100644
--- a/arch/arm/mm/init.c
+++ b/arch/arm/mm/init.c
@@ -32,7 +32,6 @@
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
-#include <asm/memblock.h>
#include "mm.h"
--
1.7.9
--
Jesper Juhl <jj@...osbits.net> http://www.chaosbits.net/
Don't top-post http://www.catb.org/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