]> Git Repo - linux.git/commitdiff
cpufreq: loongson2: Remove unused linux/sched.h headers
authorHailong Liu <[email protected]>
Thu, 3 Jun 2021 13:57:52 +0000 (21:57 +0800)
committerRafael J. Wysocki <[email protected]>
Mon, 7 Jun 2021 15:43:52 +0000 (17:43 +0200)
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 <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/cpufreq/loongson2_cpufreq.c

index d05e761d95721ee8bc892313b034b2110e0fa95f..afc59b292153d3f2ad367b95c21fa1075f48dd64 100644 (file)
@@ -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>
 
This page took 0.053736 seconds and 4 git commands to generate.