diff options
author | Magnus Damm <magnus.damm@gmail.com> | 2008-02-19 13:35:40 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-16 09:00:14 +0200 |
commit | aa5d3ff99cc1f3dfe262ab9dd9179131fcfe39fd (patch) | |
tree | 1de49bf116eef129c052db99015f68faa22406c7 /arch/sh/drivers/pci/pci.c | |
parent | sh: pci io port base address code (diff) | |
download | linux-aa5d3ff99cc1f3dfe262ab9dd9179131fcfe39fd.tar.xz linux-aa5d3ff99cc1f3dfe262ab9dd9179131fcfe39fd.zip |
sh: export board_pci_channels in one place
Instead of sometimes exporting board_pci_channels[] in the board specific
code just export it in one place.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/drivers/pci/pci.c')
-rw-r--r-- | arch/sh/drivers/pci/pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/drivers/pci/pci.c b/arch/sh/drivers/pci/pci.c index b9aca5478048..8aaacc99b710 100644 --- a/arch/sh/drivers/pci/pci.c +++ b/arch/sh/drivers/pci/pci.c @@ -187,3 +187,5 @@ void pci_iounmap(struct pci_dev *dev, void __iomem *addr) iounmap(addr); } EXPORT_SYMBOL(pci_iounmap); + +EXPORT_SYMBOL(board_pci_channels); |