From: Michael Jeanson Date: Tue, 7 Jul 2020 18:18:37 +0000 (-0400) Subject: fix: include module.h for EXPORT_SYMBOL_GPL X-Git-Tag: v2.12.2~4 X-Git-Url: https://git.lttng.org/?p=lttng-modules.git;a=commitdiff_plain;h=f0883e02d6d212c6b4a67849e9006d1c36b43a29 fix: include module.h for EXPORT_SYMBOL_GPL Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers Change-Id: Ic337e1eb375791ace08560555dd02b37cbefcf25 --- diff --git a/wrapper/irqdesc.c b/wrapper/irqdesc.c index d524c633..02c44c80 100644 --- a/wrapper/irqdesc.c +++ b/wrapper/irqdesc.c @@ -10,6 +10,7 @@ */ #include +#include #if (defined(CONFIG_KALLSYMS) \ && (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0)))