Remove unused header accel/tcg/cpu-ldst.h that has target specifics.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
---
target/arm/tcg/op_helper.c | 1 -
target/arm/tcg/meson.build | 3 ++-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/arm/tcg/op_helper.c b/target/arm/tcg/op_helper.c
index aa14f15eb62..75ad53ec6c6 100644
--- a/target/arm/tcg/op_helper.c
+++ b/target/arm/tcg/op_helper.c
@@ -23,7 +23,6 @@
#include "helper.h"
#include "internals.h"
#include "cpu-features.h"
-#include "accel/tcg/cpu-ldst.h"
#include "accel/tcg/probe.h"
#include "cpregs.h"
diff --git a/target/arm/tcg/meson.build b/target/arm/tcg/meson.build
index eb87eb63c1b..a2b944e81c4 100644
--- a/target/arm/tcg/meson.build
+++ b/target/arm/tcg/meson.build
@@ -29,7 +29,6 @@ arm_ss.add(files(
'translate.c',
'm_helper.c',
'mve_helper.c',
- 'op_helper.c',
))
arm_ss.add(when: 'TARGET_AARCH64', if_true: files(
@@ -69,6 +68,7 @@ arm_common_system_ss.add(
'debug.c',
'hflags.c',
'neon_helper.c',
+ 'op_helper.c',
'psci.c',
'tlb_helper.c',
'tlb-insns.c',
@@ -83,6 +83,7 @@ arm_user_ss.add(files(
'debug.c',
'hflags.c',
'neon_helper.c',
+ 'op_helper.c',
'tlb_helper.c',
'translate-m-nocp.c',
'translate-mve.c',
--
2.47.3