On Fri, Jun 4, 2021 at 5:48 AM Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote: > > On 03-06-21, 21:57, Hailong Liu wrote: > > From: Hailong Liu <liu.hailong6@xxxxxxxxxx> > > > > 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@xxxxxxxxxx> > > --- > > 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@xxxxxxxxxx> Applied as 5.14 material, thanks!