linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / linux / kmod.h
index 009c161..e4a2315 100644 (file)
@@ -20,6 +20,7 @@
  */
 
 #include <linux/stddef.h>
+#include <linux/config.h>
 #include <linux/errno.h>
 #include <linux/compiler.h>
 
@@ -46,7 +47,5 @@ call_usermodehelper(char *path, char **argv, char **envp, int wait)
 }
 
 extern void usermodehelper_init(void);
-extern int __exec_usermodehelper(char *path, char **argv, char **envp,
-                                struct key *ring);
 
 #endif /* __LINUX_KMOD_H__ */