Reviewed-off-by: Huacai Chen <[email protected]> ------------------ Original ------------------ From: "weiyj_lk"<[email protected]>; Date: Tue, Aug 12, 2014 08:26 PM To: "Ralf Baechle"<[email protected]>; "Huacai Chen"<[email protected]>; Cc: "Wei Yongjun"<[email protected]>; "linux-mips"<[email protected]>; "linux-kernel"<[email protected]>; Subject: [PATCH -next] MIPS: Remove duplicated include from numa.c
From: Wei Yongjun <[email protected]> Remove duplicated include. Signed-off-by: Wei Yongjun <[email protected]> --- 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>

