diff options
Diffstat (limited to 'include/linux/module.h')
-rw-r--r-- | include/linux/module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/module.h b/include/linux/module.h index 4c1b02e1361d..6ba0e87fa804 100644 --- a/include/linux/module.h +++ b/include/linux/module.h | |||
@@ -240,6 +240,7 @@ struct module { | |||
240 | unsigned int num_syms; | 240 | unsigned int num_syms; |
241 | 241 | ||
242 | /* Kernel parameters. */ | 242 | /* Kernel parameters. */ |
243 | struct mutex param_lock; | ||
243 | struct kernel_param *kp; | 244 | struct kernel_param *kp; |
244 | unsigned int num_kp; | 245 | unsigned int num_kp; |
245 | 246 | ||