diff options
Diffstat (limited to 'include/linux/kmod.h')
| -rw-r--r-- | include/linux/kmod.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/kmod.h b/include/linux/kmod.h index 310231823852..d4a5c84c503d 100644 --- a/include/linux/kmod.h +++ b/include/linux/kmod.h | |||
| @@ -24,6 +24,7 @@ | |||
| 24 | #include <linux/errno.h> | 24 | #include <linux/errno.h> |
| 25 | #include <linux/compiler.h> | 25 | #include <linux/compiler.h> |
| 26 | #include <linux/workqueue.h> | 26 | #include <linux/workqueue.h> |
| 27 | #include <linux/sysctl.h> | ||
| 27 | 28 | ||
| 28 | #define KMOD_PATH_LEN 256 | 29 | #define KMOD_PATH_LEN 256 |
| 29 | 30 | ||
| @@ -109,6 +110,8 @@ call_usermodehelper(char *path, char **argv, char **envp, enum umh_wait wait) | |||
| 109 | NULL, NULL, NULL); | 110 | NULL, NULL, NULL); |
| 110 | } | 111 | } |
| 111 | 112 | ||
| 113 | extern struct ctl_table usermodehelper_table[]; | ||
| 114 | |||
| 112 | extern void usermodehelper_init(void); | 115 | extern void usermodehelper_init(void); |
| 113 | 116 | ||
| 114 | extern int usermodehelper_disable(void); | 117 | extern int usermodehelper_disable(void); |
