From: Paul McQuade Date: Thu, 9 Oct 2014 22:29:05 +0000 (-0700) Subject: mm/bootmem.c: use include/linux/ headers X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d85fbee89f6e67e37ed722adaf085f49b1ce6c50;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git mm/bootmem.c: use include/linux/ headers Replace asm. headers with linux/headers: Signed-off-by: Paul McQuade Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/bootmem.c b/mm/bootmem.c index 90bd3507b413..8a000cebb0d7 100644 --- a/mm/bootmem.c +++ b/mm/bootmem.c @@ -16,9 +16,9 @@ #include #include #include +#include +#include -#include -#include #include #include "internal.h"