commit | ef53fdeb7e0cb139aff33665635b886700137abb | [log] [tgz] |
---|---|---|
author | Magnus Damm <magnus.damm@gmail.com> | Tue Feb 19 21:35:14 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Apr 16 16:00:13 2009 +0900 |
tree | 0e0d7e93ee37a8fd9b1d71f52844e6bc67274860 | |
parent | e4c6a3604e07185046e2ce4be82a201f4447d788 [diff] [blame] |
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>
diff --git a/arch/sh/include/asm/pci.h b/arch/sh/include/asm/pci.h index 8e9e0ed..84d12eb 100644 --- a/arch/sh/include/asm/pci.h +++ b/arch/sh/include/asm/pci.h
@@ -25,6 +25,7 @@ int last_devfn; int enabled; unsigned long reg_base; + unsigned long io_base; }; /*