diff options
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r-- | include/linux/sysctl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 992bc9948232..b769ecfcc3bd 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
@@ -51,9 +51,6 @@ extern int proc_dointvec_minmax(struct ctl_table *, int, | |||
51 | extern int proc_douintvec_minmax(struct ctl_table *table, int write, | 51 | extern int proc_douintvec_minmax(struct ctl_table *table, int write, |
52 | void __user *buffer, size_t *lenp, | 52 | void __user *buffer, size_t *lenp, |
53 | loff_t *ppos); | 53 | loff_t *ppos); |
54 | extern int proc_dopipe_max_size(struct ctl_table *table, int write, | ||
55 | void __user *buffer, size_t *lenp, | ||
56 | loff_t *ppos); | ||
57 | extern int proc_dointvec_jiffies(struct ctl_table *, int, | 54 | extern int proc_dointvec_jiffies(struct ctl_table *, int, |
58 | void __user *, size_t *, loff_t *); | 55 | void __user *, size_t *, loff_t *); |
59 | extern int proc_dointvec_userhz_jiffies(struct ctl_table *, int, | 56 | extern int proc_dointvec_userhz_jiffies(struct ctl_table *, int, |