aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers/pci/pci-sh5.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/drivers/pci/pci-sh5.c')
-rw-r--r--arch/sh/drivers/pci/pci-sh5.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sh/drivers/pci/pci-sh5.c b/arch/sh/drivers/pci/pci-sh5.c
index 7a97438762c8..008a02ec0d9f 100644
--- a/arch/sh/drivers/pci/pci-sh5.c
+++ b/arch/sh/drivers/pci/pci-sh5.c
@@ -27,6 +27,12 @@
27unsigned long pcicr_virt; 27unsigned long pcicr_virt;
28unsigned long PCI_IO_AREA; 28unsigned long PCI_IO_AREA;
29 29
30int __init sh5_pci_init(struct pci_channel *chan)
31{
32 pr_debug("PCI: Starting intialization.\n");
33 return pcibios_init_platform();
34}
35
30/* Rounds a number UP to the nearest power of two. Used for 36/* Rounds a number UP to the nearest power of two. Used for
31 * sizing the PCI window. 37 * sizing the PCI window.
32 */ 38 */