From: Christoph Hellwig Date: Tue, 11 Oct 2016 20:52:22 +0000 (-0700) Subject: kprobes: include instead of X-Git-Tag: v4.9-rc1~42^2~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bfd45be0b83e8f711f3abc892850d6047972d127;p=platform%2Fkernel%2Flinux-exynos.git kprobes: 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/1473602302-6208-1-git-send-email-hch@lst.de Signed-off-by: Christoph Hellwig Acked-by: Masami Hiramatsu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/kernel/kprobes.c b/kernel/kprobes.c index d10ab6b..d630954 100644 --- a/kernel/kprobes.c +++ b/kernel/kprobes.c @@ -49,7 +49,7 @@ #include #include -#include +#include #include #include #include