diff options
Diffstat (limited to 'include/linux/umh.h')
| -rw-r--r-- | include/linux/umh.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/include/linux/umh.h b/include/linux/umh.h index 5d1f6129b847..daa6a7048c11 100644 --- a/include/linux/umh.h +++ b/include/linux/umh.h @@ -42,8 +42,6 @@ call_usermodehelper_setup(const char *path, char **argv, char **envp,  extern int  call_usermodehelper_exec(struct subprocess_info *info, int wait); -extern struct ctl_table usermodehelper_table[]; -  enum umh_disable_depth {  	UMH_ENABLED = 0,  	UMH_FREEZING, |