From: Paul McQuade Date: Thu, 9 Oct 2014 22:29:05 +0000 (-0700) Subject: mm/bootmem.c: use include/linux/ headers X-Git-Tag: firefly_0821_release~176^2~3099^2~38 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d85fbee89f6e67e37ed722adaf085f49b1ce6c50;p=firefly-linux-kernel-4.4.55.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"