From: Andrew Morton Cc: "Rafael J. Wysocki" Cc: Alan Stern Cc: Pavel Machek Cc: Rafael J. Wysocki Signed-off-by: Andrew Morton --- include/linux/kmod.h | 2 -- 1 file changed, 2 deletions(-) diff -puN include/linux/kmod.h~pm-rework-disabling-of-user-mode-helpers-during-suspend-hibernation-cleanup include/linux/kmod.h --- a/include/linux/kmod.h~pm-rework-disabling-of-user-mode-helpers-during-suspend-hibernation-cleanup +++ a/include/linux/kmod.h @@ -99,9 +99,7 @@ struct file; extern int call_usermodehelper_pipe(char *path, char *argv[], char *envp[], struct file **filp); -#ifdef CONFIG_PM_SLEEP extern int usermodehelper_disable(void); extern void usermodehelper_enable(void); -#endif #endif /* __LINUX_KMOD_H__ */ _