We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20e8f6 commit b01f2fcCopy full SHA for b01f2fc
lunatik_aux.c
@@ -66,7 +66,9 @@ EXPORT_SYMBOL(lunatik_loadfile);
66
#ifdef MODULE /* see https://lwn.net/Articles/813350/ */
67
#include <linux/kprobes.h>
68
69
+#ifdef CONFIG_KPROBES
70
static unsigned long (*__lunatik_lookup)(const char *) = NULL;
71
+#endif /* CONFIG_KPROBES */
72
73
void *lunatik_lookup(const char *symbol)
74
{
0 commit comments