[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210604034709.kxqy6vcfvtxf5rje@vireshk-i7>
Date: Fri, 4 Jun 2021 09:17:09 +0530
From: Viresh Kumar <viresh.kumar@...aro.org>
To: Hailong Liu <liuhailongg6@....com>
Cc: Jiaxun Yang <jiaxun.yang@...goat.com>,
"Rafael J . Wysocki" <rjw@...ysocki.net>,
linux-mips@...r.kernel.org, linux-pm@...r.kernel.org,
linux-kernel@...r.kernel.org, Hailong Liu <liu.hailong6@....com.cn>
Subject: Re: [PATCH] CPUFREQ: loongson2: Remove unused linux/sched.h headers
On 03-06-21, 21:57, Hailong Liu wrote:
> From: Hailong Liu <liu.hailong6@....com.cn>
>
> Since commit 759f534e93ac(CPUFREQ: Loongson2: drop set_cpus_allowed_ptr()),
> the header <linux/sched.h> is useless in oongson2_cpufreq.c, so remove it.
>
> Signed-off-by: Hailong Liu <liu.hailong6@....com.cn>
> ---
> drivers/cpufreq/loongson2_cpufreq.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/cpufreq/loongson2_cpufreq.c b/drivers/cpufreq/loongson2_cpufreq.c
> index d05e761d9572..afc59b292153 100644
> --- a/drivers/cpufreq/loongson2_cpufreq.c
> +++ b/drivers/cpufreq/loongson2_cpufreq.c
> @@ -16,7 +16,6 @@
> #include <linux/cpufreq.h>
> #include <linux/module.h>
> #include <linux/err.h>
> -#include <linux/sched.h> /* set_cpus_allowed() */
> #include <linux/delay.h>
> #include <linux/platform_device.h>
Acked-by: Viresh Kumar <viresh.kumar@...aro.org>
--
viresh
Powered by blists - more mailing lists