diff options
Diffstat (limited to 'include/linux/kmod.h')
-rw-r--r-- | include/linux/kmod.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/kmod.h b/include/linux/kmod.h index f9edf63e90ea..5c058778ad35 100644 --- a/include/linux/kmod.h +++ b/include/linux/kmod.h | |||
@@ -62,7 +62,6 @@ struct subprocess_info { | |||
62 | char **envp; | 62 | char **envp; |
63 | enum umh_wait wait; | 63 | enum umh_wait wait; |
64 | int retval; | 64 | int retval; |
65 | struct file *stdin; | ||
66 | int (*init)(struct subprocess_info *info); | 65 | int (*init)(struct subprocess_info *info); |
67 | void (*cleanup)(struct subprocess_info *info); | 66 | void (*cleanup)(struct subprocess_info *info); |
68 | void *data; | 67 | void *data; |
@@ -75,8 +74,6 @@ struct subprocess_info *call_usermodehelper_setup(char *path, char **argv, | |||
75 | /* Set various pieces of state into the subprocess_info structure */ | 74 | /* Set various pieces of state into the subprocess_info structure */ |
76 | void call_usermodehelper_setkeys(struct subprocess_info *info, | 75 | void call_usermodehelper_setkeys(struct subprocess_info *info, |
77 | struct key *session_keyring); | 76 | struct key *session_keyring); |
78 | int call_usermodehelper_stdinpipe(struct subprocess_info *sub_info, | ||
79 | struct file **filp); | ||
80 | void call_usermodehelper_setfns(struct subprocess_info *info, | 77 | void call_usermodehelper_setfns(struct subprocess_info *info, |
81 | int (*init)(struct subprocess_info *info), | 78 | int (*init)(struct subprocess_info *info), |
82 | void (*cleanup)(struct subprocess_info *info), | 79 | void (*cleanup)(struct subprocess_info *info), |
@@ -132,10 +129,6 @@ call_usermodehelper_keys(char *path, char **argv, char **envp, | |||
132 | 129 | ||
133 | extern void usermodehelper_init(void); | 130 | extern void usermodehelper_init(void); |
134 | 131 | ||
135 | struct file; | ||
136 | extern int call_usermodehelper_pipe(char *path, char *argv[], char *envp[], | ||
137 | struct file **filp); | ||
138 | |||
139 | extern int usermodehelper_disable(void); | 132 | extern int usermodehelper_disable(void); |
140 | extern void usermodehelper_enable(void); | 133 | extern void usermodehelper_enable(void); |
141 | 134 | ||