Memblock does not use anything from io.h, remove the include. Suggested-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Signed-off-by: Karolina Drobnik <karolinadrobnik@xxxxxxxxx> --- mm/memblock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mm/memblock.c b/mm/memblock.c index 1018e50566f3..4ee190b3f026 100644 --- a/mm/memblock.c +++ b/mm/memblock.c @@ -18,7 +18,6 @@ #include <linux/memblock.h> #include <asm/sections.h> -#include <linux/io.h> #include "internal.h" -- 2.30.2