]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/config: Fix IPV6 warning in mpc855_ads
authorJoel Stanley <joel@jms.id.au>
Tue, 17 Aug 2021 04:54:05 +0000 (14:24 +0930)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 17 Aug 2021 12:52:19 +0000 (22:52 +1000)
commite552bf7645db10d20639273ed59734c3698a6a67
tree73518216c7dd45d698f4e5f350e0451fe958ce81
parent4408aa0ae982fbc2821552ac3e8ec07754586d2d
powerpc/config: Fix IPV6 warning in mpc855_ads

When building this config there's a warning:

  79:warning: override: reassigning to symbol IPV6

Commit 251e43731039 ("powerpc/8xx: Update mpc885_ads_defconfig to
improve CI") added CONFIG_IPV6=y, but left '# CONFIG_IPV6 is not set'
in.

IPV6 is default y, so remove both to clean up the build.

Fixes: 251e43731039 ("powerpc/8xx: Update mpc885_ads_defconfig to improve CI")
Signed-off-by: Joel Stanley <joel@jms.id.au>
Acked-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210817045407.2445664-2-joel@jms.id.au
arch/powerpc/configs/mpc885_ads_defconfig