s390/qeth: fix SETIP command handling
[pandora-kernel.git] / net / sysctl_net.c
index 5319600..e758139 100644 (file)
@@ -12,6 +12,7 @@
  */
 
 #include <linux/mm.h>
+#include <linux/export.h>
 #include <linux/sysctl.h>
 #include <linux/nsproxy.h>
 
@@ -82,7 +83,6 @@ static int __net_init sysctl_net_init(struct net *net)
 static void __net_exit sysctl_net_exit(struct net *net)
 {
        WARN_ON(!list_empty(&net->sysctls.list));
-       return;
 }
 
 static struct pernet_operations sysctl_pernet_ops = {