diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 19:00:32 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 19:00:32 +0900 |
commit | 5ba7205fc49ff72e88784c94fb661f93e7ae7d36 (patch) | |
tree | a74ed26781658ff0582722c575f5ef1a624837ed /arch/sh/include/asm/pci.h | |
parent | 3f8daeacd7ed7a502daf0998e2515cea4f467f21 (diff) | |
download | linux-3.10-5ba7205fc49ff72e88784c94fb661f93e7ae7d36.tar.gz linux-3.10-5ba7205fc49ff72e88784c94fb661f93e7ae7d36.tar.bz2 linux-3.10-5ba7205fc49ff72e88784c94fb661f93e7ae7d36.zip |
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>
Diffstat (limited to 'arch/sh/include/asm/pci.h')
-rw-r--r-- | arch/sh/include/asm/pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/include/asm/pci.h b/arch/sh/include/asm/pci.h index 0be20521a1f..f36c7899295 100644 --- a/arch/sh/include/asm/pci.h +++ b/arch/sh/include/asm/pci.h @@ -33,7 +33,6 @@ struct pci_channel { int enabled; unsigned long reg_base; - unsigned long io_base; unsigned long io_map_base; }; |