]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/kmod.h
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jmorris/selin...
[linux-2.6-omap-h63xx.git] / include / linux / kmod.h
index e4a231549407817c285bb2a6b18c78fdcd31652f..10f505c8431dc320f46d77a88095df20cb475cb8 100644 (file)
@@ -20,7 +20,6 @@
  */
 
 #include <linux/stddef.h>
-#include <linux/config.h>
 #include <linux/errno.h>
 #include <linux/compiler.h>
 
@@ -48,4 +47,8 @@ call_usermodehelper(char *path, char **argv, char **envp, int wait)
 
 extern void usermodehelper_init(void);
 
+struct file;
+extern int call_usermodehelper_pipe(char *path, char *argv[], char *envp[],
+                                   struct file **filp);
+
 #endif /* __LINUX_KMOD_H__ */