]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Remove -Wattribute-alias pragmas
authorPaul Burton <paul.burton@mips.com>
Tue, 19 Jun 2018 20:14:58 +0000 (13:14 -0700)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 25 Jun 2018 14:21:13 +0000 (23:21 +0900)
commit0ff11874857ca22dc28e77ffc938f56aeb00f31a
treebb58c552b1bee66da3bacb17e3308295286aa1d1
parent606cc9576b57fb7c4d5b71f0f1fce82c976a21b0
powerpc: Remove -Wattribute-alias pragmas

With SYSCALL_DEFINEx() disabling -Wattribute-alias generically, there's
no need to duplicate that for PowerPC syscalls.

This reverts commit 06b04904586d ("powerpc: fix build failure by
disabling attribute-alias warning in pci_32") and commit 65597111aaa8
("powerpc: Fix build by disabling attribute-alias warning for
SYSCALL_DEFINEx").

Signed-off-by: Paul Burton <paul.burton@mips.com>
Acked-by: Christophe Leroy <christophe.leroy@c-s.fr>
Acked-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/powerpc/kernel/pci_32.c
arch/powerpc/kernel/pci_64.c
arch/powerpc/kernel/rtas.c
arch/powerpc/kernel/signal_32.c
arch/powerpc/kernel/signal_64.c
arch/powerpc/kernel/syscalls.c
arch/powerpc/mm/subpage-prot.c