aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ide/internal.h
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-10-07 16:56:29 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-12 09:42:31 -0500
commitd1570baa5790d3c529a60120539193a58cd31229 (patch)
tree7ec069a1c1c8ca508f85750a953e8c7c16e8faca /hw/ide/internal.h
parent0cde1b4ca04b34bd74a52c7a66c8b8cf5b154fa0 (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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ide/internal.h b/hw/ide/internal.h
index 21319fefd..2e4043110 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;