diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-16 22:54:09 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 04:44:45 -0500 |
commit | 43eeb0fb9f4e2aaefc4ae9dc964308ce8f55998b (patch) | |
tree | 1bdf71886653d0027094567957b3e229ab6f5362 /arch/sh/drivers | |
parent | 8db806ec80ce80605005d1d558add716152a1134 (diff) |
sh: mach-sh03: Use __set_io_port_base(), kill off special ioport_map().
This also fixes up a long-standing bug for this platform where the PIO
base was set to a register offset, rather than the actual PIO offset
itself.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/drivers')
-rw-r--r-- | arch/sh/drivers/pci/ops-sh03.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/drivers/pci/ops-sh03.c b/arch/sh/drivers/pci/ops-sh03.c index ebb58e605d9d..e1703ff5a4d2 100644 --- a/arch/sh/drivers/pci/ops-sh03.c +++ b/arch/sh/drivers/pci/ops-sh03.c | |||
@@ -18,7 +18,8 @@ | |||
18 | */ | 18 | */ |
19 | int __init pcibios_init_platform(void) | 19 | int __init pcibios_init_platform(void) |
20 | { | 20 | { |
21 | return 1; | 21 | __set_io_port_base(SH7751_PCI_IO_BASE); |
22 | return 1; | ||
22 | } | 23 | } |
23 | 24 | ||
24 | static struct resource sh7751_io_resource = { | 25 | static struct resource sh7751_io_resource = { |