summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/module.h b/include/module.h
index 228a543fcb..460a34fe2b 100644
--- a/include/module.h
+++ b/include/module.h
@@ -10,6 +10,7 @@
#endif
#define MODULE_NAME_LEN (64 - sizeof(unsigned long))
+#define THIS_MODULE 0
#ifdef CONFIG_MODULES
#include <asm/module.h>