X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fkmod.h;h=95d0e4b0814daa4b77b0df7b0d3e2418607726b4;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=588f4c6ebe294f230658c98d70a878ac35da863c;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/linux/kmod.h b/include/linux/kmod.h index 588f4c6eb..95d0e4b08 100644 --- a/include/linux/kmod.h +++ b/include/linux/kmod.h @@ -37,8 +37,4 @@ static inline int request_module(const char * name, ...) { return -ENOSYS; } extern int call_usermodehelper(char *path, char *argv[], char *envp[], int wait); extern void usermodehelper_init(void); -#ifdef CONFIG_HOTPLUG -extern char hotplug_path []; -#endif - #endif /* __LINUX_KMOD_H__ */