]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Reduce arm_cpu_post_init() declaration scope
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 1 Jul 2025 14:08:32 +0000 (15:08 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 1 Jul 2025 14:08:32 +0000 (15:08 +0100)
commit4a94d8047d9dca2d7e73bbc863fabbea2df1bab6
treea133266556dcd2e5c3d244dc2a1f88f7487383af
parenta5b94f6c7b3a6ae583ba07098bff810049262413
target/arm: Reduce arm_cpu_post_init() declaration scope

arm_cpu_post_init() is only used within the same file unit.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250623121845.7214-3-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.c
target/arm/cpu.h