summaryrefslogtreecommitdiffstats
path: root/include/module.h
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2009-12-21 07:07:04 -0500
committerSascha Hauer <s.hauer@pengutronix.de>2009-12-21 14:21:45 +0100
commit06c5d3d9face82415473a1ef61ec9dd694ec2052 (patch)
treeca4f9f2945c66659787654c0900513c95ba0228a /include/module.h
parent28e497d52bca0759dd1f71370fe98036646947cd (diff)
downloadbarebox-06c5d3d9face82415473a1ef61ec9dd694ec2052.tar.gz
barebox-06c5d3d9face82415473a1ef61ec9dd694ec2052.tar.xz
Remove/adjust erroneous references to CONFIG_MODULE.
The correct config variable is CONFIG_MODULES, so tweak any references to the incorrect CONFIG_MODULE. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/module.h')
-rw-r--r--include/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/module.h b/include/module.h
index 03b226abce..9d0e803344 100644
--- a/include/module.h
+++ b/include/module.h
@@ -71,7 +71,7 @@ int apply_relocate_add(Elf_Shdr *sechdrs,
struct module *mod);
#else
#define EXPORT_SYMBOL(sym)
-#endif /* CONFIG_MODULE */
+#endif /* CONFIG_MODULES */
extern struct list_head module_list;