diff --git a/mm/bootmem.c b/mm/bootmem.c index 90bd3507b413b613c6eb0f51b643e2e0fcd615d2..8a000cebb0d7428d5ec48dcfa979086c57e85109 100644 --- a/mm/bootmem.c +++ b/mm/bootmem.c @@ -16,9 +16,9 @@ #include <linux/kmemleak.h> #include <linux/range.h> #include <linux/memblock.h> +#include <linux/bug.h> +#include <linux/io.h> -#include <asm/bug.h> -#include <asm/io.h> #include <asm/processor.h> #include "internal.h"