]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
target/openrisc: Remove unused 'gdbstub/helpers.h' header in helper.c
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 7 Jan 2026 08:30:58 +0000 (09:30 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 12 Jan 2026 22:47:57 +0000 (23:47 +0100)
"gdbstub/helpers.h" uses target-specific symbols, but we don't
need it, so remove it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20260107200702.54582-5-philmd@linaro.org>

target/openrisc/interrupt.c
target/openrisc/mmu.c

index 5528b80e7b8cec686e9fd1bd2464283a9efe3321..6e89157639ab23e3f511e876e85f1053b4a5ffd0 100644 (file)
@@ -20,7 +20,6 @@
 #include "qemu/osdep.h"
 #include "qemu/log.h"
 #include "cpu.h"
-#include "gdbstub/helpers.h"
 #include "qemu/host-utils.h"
 #ifndef CONFIG_USER_ONLY
 #include "hw/core/loader.h"
index b2b2b3c4a983779197c3513da9da30a050927341..315debaf3e5f1d12f7786b0b41989b577beff570 100644 (file)
@@ -24,7 +24,6 @@
 #include "exec/cputlb.h"
 #include "exec/page-protection.h"
 #include "exec/target_page.h"
-#include "gdbstub/helpers.h"
 #include "qemu/host-utils.h"
 #include "hw/core/loader.h"