Seems the linux/memblock.h inclusion was added early on due to usage of some memblock allocation routine. But that was removed, header was forgotten, hence let's remove that.
Signed-off-by: Guilherme G. Piccoli <[email protected]> --- fs/pstore/ram_core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/pstore/ram_core.c b/fs/pstore/ram_core.c index 7b6d6378a3b8..481d9c95e0c6 100644 --- a/fs/pstore/ram_core.c +++ b/fs/pstore/ram_core.c @@ -12,7 +12,6 @@ #include <linux/io.h> #include <linux/kernel.h> #include <linux/list.h> -#include <linux/memblock.h> #include <linux/rslib.h> #include <linux/slab.h> #include <linux/uaccess.h> -- 2.50.1
