diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sched/sysctl.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/linux/sched/sysctl.h b/include/linux/sched/sysctl.h index de111f548637..9e0d06370f1d 100644 --- a/include/linux/sched/sysctl.h +++ b/include/linux/sched/sysctl.h @@ -105,13 +105,7 @@ extern int sched_hmp_proc_update_handler(struct ctl_table *table, extern int sched_boost_handler(struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos); -extern int sched_acct_wait_time_update_handler(struct ctl_table *table, - int write, void __user *buffer, size_t *lenp, loff_t *ppos); - -extern int sched_window_stats_policy_update_handler(struct ctl_table *table, - int write, void __user *buffer, size_t *lenp, loff_t *ppos); - -extern int sched_ravg_hist_size_update_handler(struct ctl_table *table, +extern int sched_window_update_handler(struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos); /* |
