aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/drivers/pci/ops-cayman.c
diff options
context:
space:
mode:
authorMagnus Damm <magnus.damm@gmail.com>2008-02-19 21:35:40 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-04-16 16:00:14 +0900
commitaa5d3ff99cc1f3dfe262ab9dd9179131fcfe39fd (patch)
tree1de49bf116eef129c052db99015f68faa22406c7 /arch/sh/drivers/pci/ops-cayman.c
parent8ce0143b11cdc519b8e1fd94a262b654ef0bc3ab (diff)
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/ops-cayman.c')
-rw-r--r--arch/sh/drivers/pci/ops-cayman.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/drivers/pci/ops-cayman.c b/arch/sh/drivers/pci/ops-cayman.c
index f4a5e14f7e5a..cbaaf0234b72 100644
--- a/arch/sh/drivers/pci/ops-cayman.c
+++ b/arch/sh/drivers/pci/ops-cayman.c
@@ -80,7 +80,6 @@ struct pci_channel board_pci_channels[] = {
{ sh5_pci_init, &sh5_pci_ops, NULL, NULL, 0, 0xff },
{ NULL, NULL, NULL, 0, 0 },
};
-EXPORT_SYMBOL(board_pci_channels);
int __init pcibios_init_platform(void)
{