aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sysctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r--include/linux/sysctl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h
index 9698ac30f553..89150494bd10 100644
--- a/include/linux/sysctl.h
+++ b/include/linux/sysctl.h
@@ -930,8 +930,6 @@ extern struct ctl_table_header *sysctl_head_next(struct ctl_table_header *prev);
930extern void sysctl_head_finish(struct ctl_table_header *prev); 930extern void sysctl_head_finish(struct ctl_table_header *prev);
931extern int sysctl_perm(struct ctl_table *table, int op); 931extern int sysctl_perm(struct ctl_table *table, int op);
932 932
933extern void sysctl_init(void);
934
935typedef struct ctl_table ctl_table; 933typedef struct ctl_table ctl_table;
936 934
937typedef int ctl_handler (ctl_table *table, int __user *name, int nlen, 935typedef int ctl_handler (ctl_table *table, int __user *name, int nlen,