[PATCH] sched: Remove duplicate include

From: Jiapeng Chong
Date: Thu Dec 21 2023 - 20:52:14 EST


./include/linux/sched.h: linux/cache.h is included more than once.

Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7788
Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
---
include/linux/sched.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/include/linux/sched.h b/include/linux/sched.h
index d968945a5548..1df3ca2706dd 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -16,7 +16,6 @@
#include <linux/cache.h>
#include <linux/cpumask.h>

-#include <linux/cache.h>
#include <linux/irqflags_types.h>
#include <linux/smp_types.h>
#include <linux/pid_types.h>
--
2.20.1.7.g153144c