From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756014AbdJJK7n (ORCPT ); Tue, 10 Oct 2017 06:59:43 -0400 Received: from terminus.zytor.com ([65.50.211.136]:54497 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755221AbdJJK7l (ORCPT ); Tue, 10 Oct 2017 06:59:41 -0400 Date: Tue, 10 Oct 2017 03:55:48 -0700 From: tip-bot for luca abeni Message-ID: Cc: torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, juri.lelli@arm.com, luca.abeni@santannapisa.it, peterz@infradead.org, mingo@kernel.org, bristot@redhat.com, tglx@linutronix.de, rostedt@goodmis.org, mathieu.poirier@linaro.org, hpa@zytor.com, efault@gmx.de Reply-To: tglx@linutronix.de, rostedt@goodmis.org, mathieu.poirier@linaro.org, hpa@zytor.com, efault@gmx.de, torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, luca.abeni@santannapisa.it, juri.lelli@arm.com, bristot@redhat.com, peterz@infradead.org, mingo@kernel.org In-Reply-To: <1504778971-13573-2-git-send-email-luca.abeni@santannapisa.it> References: <1504778971-13573-2-git-send-email-luca.abeni@santannapisa.it> To: linux-tip-commits@vger.kernel.org Subject: [tip:sched/core] sched/headers: Remove duplicate prototype of __dl_clear_params() Git-Commit-ID: e964d3501b64d6930aaa4dd18955a8cd086ccb92 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: e964d3501b64d6930aaa4dd18955a8cd086ccb92 Gitweb: https://git.kernel.org/tip/e964d3501b64d6930aaa4dd18955a8cd086ccb92 Author: luca abeni AuthorDate: Thu, 7 Sep 2017 12:09:28 +0200 Committer: Ingo Molnar CommitDate: Tue, 10 Oct 2017 11:43:30 +0200 sched/headers: Remove duplicate prototype of __dl_clear_params() Signed-off-by: luca abeni Signed-off-by: Peter Zijlstra (Intel) Reviewed-by: Daniel Bristot de Oliveira Cc: Juri Lelli Cc: Linus Torvalds Cc: Mathieu Poirier Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Steven Rostedt Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/1504778971-13573-2-git-send-email-luca.abeni@santannapisa.it Signed-off-by: Ingo Molnar --- kernel/sched/sched.h | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h index e83d1b8..9d5aa18 100644 --- a/kernel/sched/sched.h +++ b/kernel/sched/sched.h @@ -255,7 +255,6 @@ extern int sched_dl_overflow(struct task_struct *p, int policy, extern void __setparam_dl(struct task_struct *p, const struct sched_attr *attr); extern void __getparam_dl(struct task_struct *p, struct sched_attr *attr); extern bool __checkparam_dl(const struct sched_attr *attr); -extern void __dl_clear_params(struct task_struct *p); extern bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr); extern int dl_task_can_attach(struct task_struct *p, const struct cpumask *cs_cpus_allowed);