diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 20:40:48 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 20:40:48 +0900 |
commit | 48e4237d96fdcb1237b63bcddb37771f97452eec (patch) | |
tree | 8a3f8ea4bff0f4545560fbeb6e3d1c06f882cf46 /arch/sh/drivers/pci/ops-cayman.c | |
parent | 3444f5ec49bc6cb901ffea38e085db1d76e1189c (diff) |
sh: pci: Convert the SH-5 code over to the new interface.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/drivers/pci/ops-cayman.c')
-rw-r--r-- | arch/sh/drivers/pci/ops-cayman.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/sh/drivers/pci/ops-cayman.c b/arch/sh/drivers/pci/ops-cayman.c index cbaaf0234b7..b68b61d22c6 100644 --- a/arch/sh/drivers/pci/ops-cayman.c +++ b/arch/sh/drivers/pci/ops-cayman.c @@ -75,14 +75,3 @@ int __init pcibios_map_platform_irq(struct pci_dev *dev, u8 slot, u8 pin) return result; } - -struct pci_channel board_pci_channels[] = { - { sh5_pci_init, &sh5_pci_ops, NULL, NULL, 0, 0xff }, - { NULL, NULL, NULL, 0, 0 }, -}; - -int __init pcibios_init_platform(void) -{ - return sh5pci_init(__pa(memory_start), - __pa(memory_end) - __pa(memory_start)); -} |