[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 5/9] target/ppc/kvm: Remove unused "sysbus.h" header
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH v2 5/9] target/ppc/kvm: Remove unused "sysbus.h" header |
Date: |
Sat, 17 Dec 2022 18:29:03 +0100 |
Nothing requires SysBus declarations here.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
target/ppc/kvm.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/ppc/kvm.c b/target/ppc/kvm.c
index 7c25348b7b..78f6fc50cd 100644
--- a/target/ppc/kvm.c
+++ b/target/ppc/kvm.c
@@ -32,7 +32,6 @@
#include "sysemu/device_tree.h"
#include "mmu-hash64.h"
-#include "hw/sysbus.h"
#include "hw/ppc/spapr.h"
#include "hw/ppc/spapr_cpu_core.h"
#include "hw/hw.h"
--
2.38.1
- [PATCH v2 0/9] target/misc: Header cleanups around "cpu.h", Philippe Mathieu-Daudé, 2022/12/17
- [PATCH v2 1/9] target/alpha: Remove obsolete STATUS document, Philippe Mathieu-Daudé, 2022/12/17
- [PATCH v2 2/9] target/loongarch/cpu: Remove unused "sysbus.h" header, Philippe Mathieu-Daudé, 2022/12/17
- [PATCH v2 3/9] target/loongarch/cpu: Restrict "memory.h" header to sysemu, Philippe Mathieu-Daudé, 2022/12/17
- [PATCH v2 4/9] target/ppc/internal: Restrict MMU declarations to sysemu, Philippe Mathieu-Daudé, 2022/12/17
- [PATCH v2 5/9] target/ppc/kvm: Remove unused "sysbus.h" header,
Philippe Mathieu-Daudé <=
- [PATCH v2 6/9] target/riscv/cpu: Move Floating-Point fields closer, Philippe Mathieu-Daudé, 2022/12/17
- [PATCH v2 7/9] target/riscv/cpu: Restrict some sysemu-specific fields from CPUArchState, Philippe Mathieu-Daudé, 2022/12/17
- [PATCH v2 9/9] target/xtensa/cpu: Include missing "memory.h" header, Philippe Mathieu-Daudé, 2022/12/17
- [PATCH v2 8/9] target/sparc/sysemu: Remove pointless CONFIG_USER_ONLY guard, Philippe Mathieu-Daudé, 2022/12/17