summaryrefslogtreecommitdiffstats
path: root/include/module.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-10-04 12:33:03 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-10-04 12:33:03 +0200
commitae53e9ef1dda5e8ee7dfe3a7fc0b17ccb7c81910 (patch)
tree1eddfc66660591e312815241b9966268a4a9cf4e /include/module.h
parent0b19fcf4919a7c89876403cdc3f10811f8d50480 (diff)
downloadbarebox-ae53e9ef1dda5e8ee7dfe3a7fc0b17ccb7c81910.tar.gz
barebox-ae53e9ef1dda5e8ee7dfe3a7fc0b17ccb7c81910.tar.xz
CONFIG_MODULE -> CONFIG_MODULES
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;