projects
/
lttng-modules.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
117efcb
)
fix: include module.h for EXPORT_SYMBOL_GPL
author
Michael Jeanson
<mjeanson@efficios.com>
Tue, 7 Jul 2020 18:18:37 +0000
(14:18 -0400)
committer
Mathieu Desnoyers
<mathieu.desnoyers@efficios.com>
Tue, 7 Jul 2020 20:42:30 +0000
(16:42 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ic337e1eb375791ace08560555dd02b37cbefcf25
wrapper/irqdesc.c
patch
|
blob
|
blame
|
history
diff --git
a/wrapper/irqdesc.c
b/wrapper/irqdesc.c
index d524c63318c22f6b58f95b8016be8fd70629bf1a..02c44c8001abe3273fe54d9681ed6a91dbc386ad 100644
(file)
--- a/
wrapper/irqdesc.c
+++ b/
wrapper/irqdesc.c
@@
-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.039973 seconds
and
4
git commands to generate.