diff options
author | Nathan Chancellor <natechancellor@gmail.com> | 2020-04-13 21:06:45 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-05-20 15:39:56 +0200 |
commit | 91ffeaa7e5dd62753e23a1204dc7ecd11f26eadc (patch) | |
tree | 089830440164983e2c896376bf8c7b2632328125 /Documentation/powerpc/transactional_memory.rst | |
parent | powerpc/64s/pgtable: fix an undefined behaviour (diff) | |
download | linux-91ffeaa7e5dd62753e23a1204dc7ecd11f26eadc.tar.xz linux-91ffeaa7e5dd62753e23a1204dc7ecd11f26eadc.zip |
powerpc/wii: Fix declaration made after definition
A 0day randconfig uncovered an error with clang, trimmed for brevity:
arch/powerpc/platforms/embedded6xx/wii.c:195:7: error: attribute
declaration must precede definition [-Werror,-Wignored-attributes]
if (!machine_is(wii))
^
The macro machine_is declares mach_##name but define_machine actually
defines mach_##name, hence the warning.
To fix this, move define_machine after the is_machine usage.
Fixes: 5a7ee3198dfa ("powerpc: wii: platform support")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://github.com/ClangBuiltLinux/linux/issues/989
Link: https://lore.kernel.org/r/20200413190644.16757-1-natechancellor@gmail.com
Diffstat (limited to 'Documentation/powerpc/transactional_memory.rst')
0 files changed, 0 insertions, 0 deletions