diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-10-09 13:58:39 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-10-19 23:13:27 +0200 |
commit | 30a8d3a14216e31f2539b00ff4e5df7f3a08ce89 (patch) | |
tree | 663ceee7a1d37c485f9edc92c915788b538782fe /hw/mips/cps.c | |
parent | 9ce8c6ddd302d23df503e89e03544c5e832b4dc3 (diff) | |
download | qemu-30a8d3a14216e31f2539b00ff4e5df7f3a08ce89.zip qemu-30a8d3a14216e31f2539b00ff4e5df7f3a08ce89.tar.gz qemu-30a8d3a14216e31f2539b00ff4e5df7f3a08ce89.tar.bz2 |
hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'
"hw/mips/cpudevs.h" contains declarations which are specific
to the MIPS architecture; it doesn't make sense for these to
be called from a non-MIPS architecture. Move the declarations
to "target/mips/cpu.h".
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231009171443.12145-2-philmd@linaro.org>
Diffstat (limited to 'hw/mips/cps.c')
-rw-r--r-- | hw/mips/cps.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/mips/cps.c b/hw/mips/cps.c index 2b5269e..b6612c1 100644 --- a/hw/mips/cps.c +++ b/hw/mips/cps.c @@ -24,7 +24,6 @@ #include "hw/mips/mips.h" #include "hw/qdev-clock.h" #include "hw/qdev-properties.h" -#include "hw/mips/cpudevs.h" #include "sysemu/kvm.h" #include "sysemu/reset.h" |