fix: include module.h for EXPORT_SYMBOL_GPL
[lttng-modules.git] / src / wrapper / irqdesc.c
index 397624b564c2617d8fd1d19818a1d32a4b28a7d0..7135c5447421a1f47554abb80ba7ad0340e0bfeb 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 #include <lttng/kernel-version.h>
+#include <linux/module.h>
 
 #if (defined(CONFIG_KALLSYMS) \
        && (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0)))
This page took 0.024199 seconds and 4 git commands to generate.