diff options
| author | Michael Ellerman <[email protected]> | 2020-10-23 13:08:38 +1100 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2020-11-19 14:50:13 +1100 |
| commit | ef78f2dd2398ce8ed9eeaab9c9f8af2e15f5d870 (patch) | |
| tree | e970545aea5d7bf42e738ee24697104a6adfca58 /tools/perf/scripts/python | |
| parent | 53f45ecc9cd04b4b963f3040f2a54c3baf03b229 (diff) | |
powerpc/85xx: Fix declaration made after definition
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.
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions