diff options
author | Alexey Kardashevskiy <aik@ozlabs.ru> | 2012-06-13 18:38:50 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-08-15 19:43:13 +0200 |
commit | 231903bf27c18ba6d4d905601eab368f324159eb (patch) | |
tree | 09925869ba87b85e26ed8d5e7ea66da5d7d96176 /hw/spapr_pci.h | |
parent | 03834e22abafbc8dc4052d46a5ccd6dd135a54a3 (diff) |
pseries pci: removed redundant busdev
The PCIHostState struct already contains SysBusDevice so
the one in sPAPRPHBState has to go.
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/spapr_pci.h')
-rw-r--r-- | hw/spapr_pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/spapr_pci.h b/hw/spapr_pci.h index d9e46e22e3..a141764a6a 100644 --- a/hw/spapr_pci.h +++ b/hw/spapr_pci.h @@ -28,7 +28,6 @@ #include "hw/xics.h" typedef struct sPAPRPHBState { - SysBusDevice busdev; PCIHostState host_state; uint64_t buid; |