From c4c5ad6b35b60e3b3db9729f4486edf363506413 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Thu, 28 Jul 2016 15:48:06 -0700 Subject: memblock: include instead of asm-generic headers are generic implementations for architecture specific code and should not be included by common code. Thus use the asm/ version of sections.h to get at the linker sections. Link: http://lkml.kernel.org/r/1468285103-7470-1-git-send-email-hch@lst.de Signed-off-by: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- mm/memblock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mm/memblock.c') diff --git a/mm/memblock.c b/mm/memblock.c index ca099159b45a..d8a79dfbf891 100644 --- a/mm/memblock.c +++ b/mm/memblock.c @@ -20,7 +20,7 @@ #include #include -#include +#include #include #include "internal.h" -- cgit v1.2.3-59-g8ed1b