From: Prarit Bhargava on 13 Apr 2010 11:50 [Resubmitting to wider audience...] bootmem.h is already included in init_64.c. Remove the second include. Signed-off-by: Prarit Bhargava <prarit(a)redhat.com> diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c index ee41bba..a9474fc 100644 --- a/arch/x86/mm/init_64.c +++ b/arch/x86/mm/init_64.c @@ -50,7 +50,6 @@ #include <asm/numa.h> #include <asm/cacheflush.h> #include <asm/init.h> -#include <linux/bootmem.h> static unsigned long dma_reserve __initdata; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: change alloc function in pcpu_alloc_pages Next: change alloc function in vmemmap_alloc_block |