diff options
Diffstat (limited to 'include/linux')
| -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 b87e7625a98c..1c30087a2d81 100644 --- a/include/linux/module.h +++ b/include/linux/module.h | |||
| @@ -75,6 +75,7 @@ struct module_version_attribute { | |||
| 75 | extern ssize_t __modver_version_show(struct module_attribute *, | 75 | extern ssize_t __modver_version_show(struct module_attribute *, |
| 76 | struct module_kobject *, char *); | 76 | struct module_kobject *, char *); |
| 77 | 77 | ||
| 78 | extern struct module_attribute module_uevent; | ||
| 78 | 79 | ||
| 79 | /* These are either module local, or the kernel's dummy ones. */ | 80 | /* These are either module local, or the kernel's dummy ones. */ |
| 80 | extern int init_module(void); | 81 | extern int init_module(void); |
