diff options
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r-- | include/linux/sysctl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 51acdec88a61..396b8d984c5d 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
@@ -1035,8 +1035,8 @@ struct ctl_table_header | |||
1035 | struct completion *unregistering; | 1035 | struct completion *unregistering; |
1036 | }; | 1036 | }; |
1037 | 1037 | ||
1038 | struct ctl_table_header * register_sysctl_table(ctl_table * table, | 1038 | struct ctl_table_header * register_sysctl_table(ctl_table * table); |
1039 | int insert_at_head); | 1039 | |
1040 | void unregister_sysctl_table(struct ctl_table_header * table); | 1040 | void unregister_sysctl_table(struct ctl_table_header * table); |
1041 | 1041 | ||
1042 | #else /* __KERNEL__ */ | 1042 | #else /* __KERNEL__ */ |