sh: pci: Kill off the now unused hose->io_base.

Nothing is using this any more, so kill it off.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt
2009-04-20 19:00:32 +09:00
parent 3f8daeacd7
commit 5ba7205fc4
3 changed files with 0 additions and 10 deletions

View File

@@ -33,7 +33,6 @@ struct pci_channel {
int enabled;
unsigned long reg_base;
unsigned long io_base;
unsigned long io_map_base;
};