mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
target/loongarch/cpu: Remove unused "sysbus.h" header
The cpu is used in both user and system emulation context while sysbus.h is system-only. Remove it since it's not needed anyway. Signed-off-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20221217172907.8364-3-philmd@linaro.org>
This commit is contained in:
parent
99b4d7431b
commit
4e92e31294
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue