summaryrefslogtreecommitdiffstats
path: root/include/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/module.h')
-rw-r--r--include/module.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/module.h b/include/module.h
index 421b9374fb..ba15ccd4ad 100644
--- a/include/module.h
+++ b/include/module.h
@@ -3,12 +3,13 @@
#include <elf.h>
#include <asm/module.h>
+#include <compiler.h>
#ifndef MODULE_SYMBOL_PREFIX
#define MODULE_SYMBOL_PREFIX
#endif
-#ifdef CONFIG_MODULE
+#ifdef CONFIG_MODULES
struct kernel_symbol
{
unsigned long value;