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.13.0-rc1~190 X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=commitdiff_plain;h=0193412d9db9b24752bd1fbcabc7d1cc74c270c4 fix: include module.h for EXPORT_SYMBOL_GPL Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers Change-Id: Ic337e1eb375791ace08560555dd02b37cbefcf25 --- diff --git a/src/wrapper/irqdesc.c b/src/wrapper/irqdesc.c index 397624b5..7135c544 100644 --- a/src/wrapper/irqdesc.c +++ b/src/wrapper/irqdesc.c @@ -10,6 +10,7 @@ */ #include +#include #if (defined(CONFIG_KALLSYMS) \ && (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0)))