Commit d4ed803c authored by Harald Welte's avatar Harald Welte Committed by Linus Torvalds
Browse files

[PATCH] Make sysctl.h (again) usable from userspace



Make sysctl.h (again) useable from userspace

Signed-off-by: default avatarHarald Welte <laforge@netfilter.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 19842d67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@

#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/list.h>
#include <linux/compiler.h>

struct file;
@@ -859,6 +858,7 @@ enum
};

#ifdef __KERNEL__
#include <linux/list.h>

extern void sysctl_init(void);