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 <ab...@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.ch...@linux.alibaba.com> --- 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