From d1570baa5790d3c529a60120539193a58cd31229 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Wed, 7 Oct 2009 16:56:29 +0200 Subject: ide: BMDMAState don't need a pci_dev field anymore Patchworks-ID: 35306 Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- hw/ide/internal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/ide/internal.h') diff --git a/hw/ide/internal.h b/hw/ide/internal.h index 21319fe..2e40431 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; -- cgit v1.1