summaryrefslogtreecommitdiff
path: root/src/legacy/i810/i810.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2011-10-30 16:07:45 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2011-10-30 17:46:06 +0100
commit4aeea489ed3189d7ebcae4199153c1ae736ebf68 (patch)
treecd458984bb322d2b248ade21501b9aad94aca423 /src/legacy/i810/i810.h
parente735636194671e221eca3e86b9bd06fd0d4b6c5a (diff)
i810: rip out PIO access functions
All the io done at init time is already converted to libpciaccess Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'src/legacy/i810/i810.h')
-rw-r--r--src/legacy/i810/i810.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/legacy/i810/i810.h b/src/legacy/i810/i810.h
index 66206951..c3a6255c 100644
--- a/src/legacy/i810/i810.h
+++ b/src/legacy/i810/i810.h
@@ -178,7 +178,6 @@ typedef struct _I810Rec {
int Chipset;
unsigned long LinearAddr;
unsigned long MMIOAddr;
- IOADDRESS ioBase;
EntityInfoPtr pEnt;
struct pci_device *PciInfo;