Reviewed-off-by: Huacai Chen <chenhc@xxxxxxxxxx> ------------------ Original ------------------ From: "weiyj_lk"<weiyj_lk@xxxxxxx>; Date: Tue, Aug 12, 2014 08:26 PM To: "Ralf Baechle"<ralf@xxxxxxxxxxxxxx>; "Huacai Chen"<chenhc@xxxxxxxxxx>; Cc: "Wei Yongjun"<yongjun_wei@xxxxxxxxxxxxxxxxx>; "linux-mips"<linux-mips@xxxxxxxxxxxxxx>; "linux-kernel"<linux-kernel@xxxxxxxxxxxxxxx>; Subject: [PATCH -next] MIPS: Remove duplicated include from numa.c From: Wei Yongjun <yongjun_wei@xxxxxxxxxxxxxxxxx> Remove duplicated include. Signed-off-by: Wei Yongjun <yongjun_wei@xxxxxxxxxxxxxxxxx> --- arch/mips/loongson/loongson-3/numa.c | 2 -- 1 file changed, 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>