On Fri, 23 Oct 2020 13:08:38 +1100, Michael Ellerman wrote: > Currently the clang build of corenet64_smp_defconfig fails with: > > arch/powerpc/platforms/85xx/corenet_generic.c:210:1: error: > attribute declaration must precede definition > machine_arch_initcall(corenet_generic, corenet_gen_publish_devices); > > Fix it by moving the initcall definition prior to the machine > definition, and directly below the function it calls, which is the > usual style anyway.
Applied to powerpc/next. [1/1] powerpc/85xx: Fix declaration made after definition https://git.kernel.org/powerpc/c/ef78f2dd2398ce8ed9eeaab9c9f8af2e15f5d870 cheers