]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
target/ppc: removed unnecessary inclusion of helper-proto.h
authorBruno Larsen (billionai) <bruno.larsen@eldorado.org.br>
Fri, 21 May 2021 20:17:55 +0000 (17:17 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 3 Jun 2021 03:22:06 +0000 (13:22 +1000)
These files included helper-proto.h, but didn't use or declare any
helpers, so the #include has been removed

Signed-off-by: Bruno Larsen (billionai) <bruno.larsen@eldorado.org.br>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210521201759.85475-6-bruno.larsen@eldorado.org.br>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/cpu_init.c
target/ppc/gdbstub.c
target/ppc/mmu-hash32.c
target/ppc/mmu-radix64.c

index 7bdb44311460d522476de0de0119fbdac793252e..310dfbd26a1b880370d205b77c1d849058d99516 100644 (file)
@@ -43,7 +43,6 @@
 #include "fpu/softfloat.h"
 #include "qapi/qapi-commands-machine-target.h"
 
-#include "exec/helper-proto.h"
 #include "helper_regs.h"
 #include "internal.h"
 #include "spr_tcg.h"
index 9339e7eafe03409ad9b5da62979ee80b65ceed7b..308b98fc905a5f373b18a840506c363ed9bccb80 100644 (file)
@@ -20,7 +20,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/gdbstub.h"
-#include "exec/helper-proto.h"
 #include "internal.h"
 
 static int ppc_gdb_register_len_apple(int n)
index 744a763f44f2b30d1123fb32f57bad9694cbef3f..9f0a497657aac2be914e67e94e0f2e264d1ff026 100644 (file)
@@ -21,7 +21,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/exec-all.h"
-#include "exec/helper-proto.h"
 #include "sysemu/kvm.h"
 #include "kvm_ppc.h"
 #include "internal.h"
index 7972153f2344e0ace1279c3fc80eab7251cebcb5..b6d191c1d81620493b5127d8a0c610f1bef060a8 100644 (file)
@@ -20,7 +20,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/exec-all.h"
-#include "exec/helper-proto.h"
 #include "qemu/error-report.h"
 #include "sysemu/kvm.h"
 #include "kvm_ppc.h"