2021-06-07 10:24:55

by Jiapeng Chong

[permalink] [raw]
Subject: [PATCH] powerpc: Fix duplicate included linux/sched/clock.h

Clean up the following includecheck warning:

./arch/powerpc/kernel/time.c: linux/sched/clock.h is included more than
once.

No functional change.

Reported-by: Abaci Robot <[email protected]>
Signed-off-by: Jiapeng Chong <[email protected]>
---
arch/powerpc/kernel/time.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/powerpc/kernel/time.c b/arch/powerpc/kernel/time.c
index b67d93a..2c87620 100644
--- a/arch/powerpc/kernel/time.c
+++ b/arch/powerpc/kernel/time.c
@@ -53,7 +53,6 @@
#include <linux/of_clk.h>
#include <linux/suspend.h>
#include <linux/sched/cputime.h>
-#include <linux/sched/clock.h>
#include <linux/processor.h>
#include <asm/trace.h>

--
1.8.3.1