summaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers/pci/ops-dreamcast.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-03-11 15:58:04 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-04-16 16:00:15 +0900
commit10591578c84825a320734e59272f161385edcc41 (patch)
treef39ae6705df2501c9c90ff581e238cb8f0d20ba7 /arch/sh/drivers/pci/ops-dreamcast.c
parentaa5d3ff99cc1f3dfe262ab9dd9179131fcfe39fd (diff)
downloadlinux-10591578c84825a320734e59272f161385edcc41.tar.bz2
sh: drop duplicate symbol export on dreamcast and sh7785lcr.
With board_pci_channels now being exported in a single place, update the boards that duplicated the export. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/drivers/pci/ops-dreamcast.c')
-rw-r--r--arch/sh/drivers/pci/ops-dreamcast.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/drivers/pci/ops-dreamcast.c b/arch/sh/drivers/pci/ops-dreamcast.c
index f62063eb6490..5bc81d5b660a 100644
--- a/arch/sh/drivers/pci/ops-dreamcast.c
+++ b/arch/sh/drivers/pci/ops-dreamcast.c
@@ -165,4 +165,3 @@ struct pci_channel board_pci_channels[] = {
&gapspci_mem_resource, 0, 1 },
{ 0, }
};
-EXPORT_SYMBOL(board_pci_channels);