diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-03-11 02:58:04 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-16 03:00:15 -0400 |
commit | 10591578c84825a320734e59272f161385edcc41 (patch) | |
tree | f39ae6705df2501c9c90ff581e238cb8f0d20ba7 /arch/sh/drivers/pci/ops-dreamcast.c | |
parent | aa5d3ff99cc1f3dfe262ab9dd9179131fcfe39fd (diff) |
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.c | 1 |
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[] = { | |||
165 | &gapspci_mem_resource, 0, 1 }, | 165 | &gapspci_mem_resource, 0, 1 }, |
166 | { 0, } | 166 | { 0, } |
167 | }; | 167 | }; |
168 | EXPORT_SYMBOL(board_pci_channels); | ||