Skip to content

Commit bcc936c

Browse files
Hailong Liurafaeljw
authored andcommitted
cpufreq: loongson2: Remove unused linux/sched.h headers
Since commit 759f534(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]>
1 parent 019694f commit bcc936c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/cpufreq/loongson2_cpufreq.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include <linux/cpufreq.h>
1717
#include <linux/module.h>
1818
#include <linux/err.h>
19-
#include <linux/sched.h> /* set_cpus_allowed() */
2019
#include <linux/delay.h>
2120
#include <linux/platform_device.h>
2221

0 commit comments

Comments
 (0)