diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2014-08-12 12:26:22 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-08-19 11:30:46 (GMT) |
commit | 92d01f71c86a02c6e224b3e74f2368def3be1dfb (patch) | |
tree | c286adc6b37de693f144b688bb85998b5bf3fc99 /arch | |
parent | 950e97ca50942efb1066785ce3a40836c93306e2 (diff) | |
download | linux-92d01f71c86a02c6e224b3e74f2368def3be1dfb.tar.xz |
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')
-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> |