]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Remove duplicate includes
authorZhang Yunkai <zhang.yunkai@zte.com.cn>
Thu, 4 Mar 2021 04:49:43 +0000 (20:49 -0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 24 Mar 2021 03:09:30 +0000 (14:09 +1100)
commit39c028ceb44080902de1323595e75b425723f6d8
tree38fb0aeab66eb574b3155c755610d52ee5badaeb
parent5cbf1739ad7321306cc393cc9e041380562c3f24
powerpc: Remove duplicate includes

asm/tm.h included in traps.c is duplicated. It is also included on
the 62nd line.

asm/udbg.h included in setup-common.c is duplicated. It is also
included on the 61st line.

asm/bug.h included in arch/powerpc/include/asm/book3s/64/mmu-hash.h
is duplicated. It is also included on the 12th line.

asm/tlbflush.h included in arch/powerpc/include/asm/pgtable.h is
duplicated. It is also included on the 11th line.

asm/page.h included in arch/powerpc/include/asm/thread_info.h is
duplicated. It is also included on the 13th line.

Signed-off-by: Zhang Yunkai <zhang.yunkai@zte.com.cn>
[mpe: Squash together from multiple commits]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/book3s/64/mmu-hash.h
arch/powerpc/include/asm/pgtable.h
arch/powerpc/include/asm/thread_info.h
arch/powerpc/kernel/setup-common.c
arch/powerpc/kernel/traps.c