mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
xics: don't include "target/ppc/cpu-qom.h" in "hw/ppc/xics.h"
The last user of the PowerPCCPU typedef in "hw/ppc/xics.h" vanished with
commit b1fd36c363
. It isn't necessary to
include "target/ppc/cpu-qom.h" there anymore.
Signed-off-by: Greg Kurz <groug@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
c26bc185b7
commit
71c55a1eef
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@
|
||||||
#define XICS_H
|
#define XICS_H
|
||||||
|
|
||||||
#include "hw/qdev.h"
|
#include "hw/qdev.h"
|
||||||
#include "target/ppc/cpu-qom.h"
|
|
||||||
|
|
||||||
#define XICS_IPI 0x2
|
#define XICS_IPI 0x2
|
||||||
#define XICS_BUID 0x1
|
#define XICS_BUID 0x1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue