]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/kmod.c
[PATCH] lockdep: annotate enable_in_hardirq()
[karo-tx-linux.git] / kernel / kmod.c
index 51a892063aaaa2f5b1dfa1cf9f6667dcef88cd68..1b7157af051c44f01f4d928728e819c80c12edc3 100644 (file)
@@ -20,7 +20,6 @@
 */
 #define __KERNEL_SYSCALLS__
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/sched.h>
 #include <linux/syscalls.h>
@@ -170,7 +169,7 @@ static int wait_for_helper(void *data)
        sa.sa.sa_handler = SIG_IGN;
        sa.sa.sa_flags = 0;
        siginitset(&sa.sa.sa_mask, sigmask(SIGCHLD));
-       do_sigaction(SIGCHLD, &sa, (struct k_sigaction *)0);
+       do_sigaction(SIGCHLD, &sa, NULL);
        allow_signal(SIGCHLD);
 
        pid = kernel_thread(____call_usermodehelper, sub_info, SIGCHLD);