aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/module.h')
-rw-r--r--include/linux/module.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/module.h b/include/linux/module.h
index 63f0eb69e214..a860a2c1f379 100644
--- a/include/linux/module.h
+++ b/include/linux/module.h
@@ -257,6 +257,7 @@ struct module
257 const struct kernel_symbol *gpl_syms; 257 const struct kernel_symbol *gpl_syms;
258 const unsigned long *gpl_crcs; 258 const unsigned long *gpl_crcs;
259 259
260#ifdef CONFIG_UNUSED_SYMBOLS
260 /* unused exported symbols. */ 261 /* unused exported symbols. */
261 const struct kernel_symbol *unused_syms; 262 const struct kernel_symbol *unused_syms;
262 const unsigned long *unused_crcs; 263 const unsigned long *unused_crcs;
@@ -266,6 +267,7 @@ struct module
266 unsigned int num_unused_gpl_syms; 267 unsigned int num_unused_gpl_syms;
267 const struct kernel_symbol *unused_gpl_syms; 268 const struct kernel_symbol *unused_gpl_syms;
268 const unsigned long *unused_gpl_crcs; 269 const unsigned long *unused_gpl_crcs;
270#endif
269 271
270 /* symbols that will be GPL-only in the near future. */ 272 /* symbols that will be GPL-only in the near future. */
271 const struct kernel_symbol *gpl_future_syms; 273 const struct kernel_symbol *gpl_future_syms;