mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
When converting 'info pic' to QMP in commit 795eaa62fa ("hw/intc:
Introduce x-query-interrupt-controllers QMP command"), we forgot
to remove the hmp_info_pic() declaration. Do it now.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20260427080738.77138-33-philmd@linaro.org>