diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-07 16:56:29 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-12 09:42:31 -0500 |
commit | d1570baa5790d3c529a60120539193a58cd31229 (patch) | |
tree | 7ec069a1c1c8ca508f85750a953e8c7c16e8faca /hw/ide/internal.h | |
parent | 0cde1b4ca04b34bd74a52c7a66c8b8cf5b154fa0 (diff) |
ide: BMDMAState don't need a pci_dev field anymore
Patchworks-ID: 35306
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/ide/internal.h')
-rw-r--r-- | hw/ide/internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ide/internal.h b/hw/ide/internal.h index 21319fefd4..2e40431104 100644 --- a/hw/ide/internal.h +++ b/hw/ide/internal.h @@ -473,7 +473,6 @@ struct BMDMAState { uint8_t status; uint32_t addr; - struct PCIIDEState *pci_dev; IDEBus *bus; /* current transfer state */ uint32_t cur_addr; |