diff options
author | Magnus Damm <magnus.damm@gmail.com> | 2008-02-19 07:35:14 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-16 03:00:13 -0400 |
commit | ef53fdeb7e0cb139aff33665635b886700137abb (patch) | |
tree | 0e0d7e93ee37a8fd9b1d71f52844e6bc67274860 /arch/sh/include/asm/pci.h | |
parent | e4c6a3604e07185046e2ce4be82a201f4447d788 (diff) |
sh: add io_base member to pci_channel
Store the io window base address in struct pci_channel and use that one
instead of SH77xx_PCI_IO_BASE.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
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, 1 insertions, 0 deletions
diff --git a/arch/sh/include/asm/pci.h b/arch/sh/include/asm/pci.h index 8e9e0edcf36c..84d12ebef084 100644 --- a/arch/sh/include/asm/pci.h +++ b/arch/sh/include/asm/pci.h | |||
@@ -25,6 +25,7 @@ struct pci_channel { | |||
25 | int last_devfn; | 25 | int last_devfn; |
26 | int enabled; | 26 | int enabled; |
27 | unsigned long reg_base; | 27 | unsigned long reg_base; |
28 | unsigned long io_base; | ||
28 | }; | 29 | }; |
29 | 30 | ||
30 | /* | 31 | /* |