powerpc: Remove duplicate includes
authorWan Jiabing <wanjiabing@vivo.com>
Tue, 23 Mar 2021 06:29:05 +0000 (14:29 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 17 Aug 2021 23:25:23 +0000 (09:25 +1000)
commite225c4d6bc389701f2f63fc246420a1da3465ab5
treeb21ff18117158f225ce7a23935331b1ad33290c3
parent87e0d46bf68913f4c87dba94aadc00da658a874b
powerpc: Remove duplicate includes

interrupt.c: asm/interrupt.h has been included at line 12, so remove the
duplicate one at line 10.

time.c: linux/sched/clock.h has been included at line 33,so remove the
duplicate one at line 56 and move sched/cputime.h under sched including
segament.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Reviewed-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210323062916.295346-1-wanjiabing@vivo.com
arch/powerpc/kernel/interrupt.c
arch/powerpc/kernel/time.c