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 a25d5f61548c..70bd843c71cb 100644 --- a/include/linux/module.h +++ b/include/linux/module.h | |||
@@ -245,6 +245,7 @@ struct module | |||
245 | /* Sysfs stuff. */ | 245 | /* Sysfs stuff. */ |
246 | struct module_kobject mkobj; | 246 | struct module_kobject mkobj; |
247 | struct module_param_attrs *param_attrs; | 247 | struct module_param_attrs *param_attrs; |
248 | struct module_attribute *modinfo_attrs; | ||
248 | const char *version; | 249 | const char *version; |
249 | const char *srcversion; | 250 | const char *srcversion; |
250 | 251 | ||