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, 1 insertions, 1 deletions
diff --git a/include/linux/module.h b/include/linux/module.h
index 7e74ae0051c..dd618eb026a 100644
--- a/include/linux/module.h
+++ b/include/linux/module.h
@@ -365,7 +365,7 @@ struct module
365 365
366 struct module_ref { 366 struct module_ref {
367 int count; 367 int count;
368 } *refptr; 368 } __percpu *refptr;
369#endif 369#endif
370 370
371#ifdef CONFIG_CONSTRUCTORS 371#ifdef CONFIG_CONSTRUCTORS