From: Paul McQuade Date: Thu, 9 Oct 2014 22:29:05 +0000 (-0700) Subject: mm/bootmem.c: use include/linux/ headers X-Git-Tag: v4.13~6536^2~38 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d85fbee89f6e67e37ed722adaf085f49b1ce6c50;p=mirror_ubuntu-bionic-kernel.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"