Message ID | 20221216220539.7065-4-philmd@linaro.org |
---|---|
State | New |
Headers | show |
Series | target/misc: Header cleanups around "cpu.h" | expand |
On 12/16/22 14:05, Philippe Mathieu-Daudé wrote: > Nothing requires SysBus declarations here. > > Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org> > --- > target/loongarch/cpu.h | 1 - > 1 file changed, 1 deletion(-) Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
Am 16. Dezember 2022 22:05:32 UTC schrieb "Philippe Mathieu-Daudé" <philmd@linaro.org>: >Nothing requires SysBus declarations here. > >Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> >--- > target/loongarch/cpu.h | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/target/loongarch/cpu.h b/target/loongarch/cpu.h >index e15c633b0b..c8612f5466 100644 >--- a/target/loongarch/cpu.h >+++ b/target/loongarch/cpu.h >@@ -13,7 +13,6 @@ > #include "hw/registerfields.h" > #include "qemu/timer.h" > #include "exec/memory.h" >-#include "hw/sysbus.h" > #include "cpu-csr.h" > > #define IOCSRF_TEMP 0 https://lists.nongnu.org/archive/html/qemu-devel/2022-09/msg02628.html \o/ Reviewed-by: Bernhard Beschow <shentey@gmail.com>
On 17/12/22 13:26, Bernhard Beschow wrote: > > > Am 16. Dezember 2022 22:05:32 UTC schrieb "Philippe Mathieu-Daudé" <philmd@linaro.org>: >> Nothing requires SysBus declarations here. >> >> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> >> --- >> target/loongarch/cpu.h | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/target/loongarch/cpu.h b/target/loongarch/cpu.h >> index e15c633b0b..c8612f5466 100644 >> --- a/target/loongarch/cpu.h >> +++ b/target/loongarch/cpu.h >> @@ -13,7 +13,6 @@ >> #include "hw/registerfields.h" >> #include "qemu/timer.h" >> #include "exec/memory.h" >> -#include "hw/sysbus.h" >> #include "cpu-csr.h" >> >> #define IOCSRF_TEMP 0 > > https://lists.nongnu.org/archive/html/qemu-devel/2022-09/msg02628.html > > \o/ =) Please ping me on your flying series, I'm trying to catch up /o\
diff --git a/target/loongarch/cpu.h b/target/loongarch/cpu.h index e15c633b0b..c8612f5466 100644 --- a/target/loongarch/cpu.h +++ b/target/loongarch/cpu.h @@ -13,7 +13,6 @@ #include "hw/registerfields.h" #include "qemu/timer.h" #include "exec/memory.h" -#include "hw/sysbus.h" #include "cpu-csr.h" #define IOCSRF_TEMP 0
Nothing requires SysBus declarations here. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> --- target/loongarch/cpu.h | 1 - 1 file changed, 1 deletion(-)