From: Christoph Hellwig Date: Thu, 28 Jul 2016 22:48:06 +0000 (-0700) Subject: memblock: include instead of X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c4c5ad6b35b60e3b3db9729f4486edf363506413;p=deliverable%2Flinux.git 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 --- 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"