From 9eefa7445ef44f6b6a697ece79ffc4e21a4b9d29 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 3 Oct 2012 16:28:36 +0200 Subject: include asm/sections.h instead of asm-generic/sections.h To let the architectures override asm-generic/sections.h Signed-off-by: Sascha Hauer --- common/kallsyms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/kallsyms.c') diff --git a/common/kallsyms.c b/common/kallsyms.c index 0218991c46..94dfcdce84 100644 --- a/common/kallsyms.c +++ b/common/kallsyms.c @@ -1,7 +1,7 @@ #include #include #include -#include +#include #ifndef DOXYGEN_SHOULD_SKIP_THIS -- cgit v1.2.3