diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 06:00:32 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 06:00:32 -0400 |
commit | 5ba7205fc49ff72e88784c94fb661f93e7ae7d36 (patch) | |
tree | a74ed26781658ff0582722c575f5ef1a624837ed /arch/sh/include/asm | |
parent | 3f8daeacd7ed7a502daf0998e2515cea4f467f21 (diff) |
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')
-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 0be20521a1fe..f36c7899295b 100644 --- a/arch/sh/include/asm/pci.h +++ b/arch/sh/include/asm/pci.h | |||
@@ -33,7 +33,6 @@ struct pci_channel { | |||
33 | int enabled; | 33 | int enabled; |
34 | 34 | ||
35 | unsigned long reg_base; | 35 | unsigned long reg_base; |
36 | unsigned long io_base; | ||
37 | 36 | ||
38 | unsigned long io_map_base; | 37 | unsigned long io_map_base; |
39 | }; | 38 | }; |