diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2014-08-12 20:26:22 +0800 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-08-26 02:18:53 +0200 |
commit | 42e0767145902f578ab92731c90b5c1d1a24974c (patch) | |
tree | c1e7d3e29020c7d50f76340cfaf68115510e9538 /arch/mips | |
parent | 26d551b2454318f0677b2b9b17396cb1ba9975b5 (diff) | |
download | op-kernel-dev-42e0767145902f578ab92731c90b5c1d1a24974c.zip op-kernel-dev-42e0767145902f578ab92731c90b5c1d1a24974c.tar.gz |
MIPS: Remove duplicated include from numa.c
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Cc: Huacai Chen <chenhc@lemote.com>
Cc: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/7537/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/loongson/loongson-3/numa.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/loongson/loongson-3/numa.c b/arch/mips/loongson/loongson-3/numa.c index ca025a6..37ed184 100644 --- a/arch/mips/loongson/loongson-3/numa.c +++ b/arch/mips/loongson/loongson-3/numa.c @@ -24,8 +24,6 @@ #include <asm/page.h> #include <asm/pgalloc.h> #include <asm/sections.h> -#include <linux/bootmem.h> -#include <linux/init.h> #include <linux/irq.h> #include <asm/bootinfo.h> #include <asm/mc146818-time.h> |