diff options
author | Wan Jiabing <wanjiabing@vivo.com> | 2021-03-23 14:29:05 +0800 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2021-08-18 09:25:23 +1000 |
commit | e225c4d6bc389701f2f63fc246420a1da3465ab5 (patch) | |
tree | b21ff18117158f225ce7a23935331b1ad33290c3 /arch/powerpc/kernel/interrupt.c | |
parent | 87e0d46bf68913f4c87dba94aadc00da658a874b (diff) | |
download | linux-e225c4d6bc389701f2f63fc246420a1da3465ab5.tar.gz linux-e225c4d6bc389701f2f63fc246420a1da3465ab5.tar.bz2 linux-e225c4d6bc389701f2f63fc246420a1da3465ab5.zip |
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
Diffstat (limited to 'arch/powerpc/kernel/interrupt.c')
-rw-r--r-- | arch/powerpc/kernel/interrupt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/interrupt.c b/arch/powerpc/kernel/interrupt.c index 21bbd615ca41..abc2b3dc3f20 100644 --- a/arch/powerpc/kernel/interrupt.c +++ b/arch/powerpc/kernel/interrupt.c @@ -8,7 +8,6 @@ #include <asm/asm-prototypes.h> #include <asm/kup.h> #include <asm/cputime.h> -#include <asm/interrupt.h> #include <asm/hw_irq.h> #include <asm/interrupt.h> #include <asm/kprobes.h> |