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 | |
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')
-rw-r--r-- | arch/sh/drivers/pci/ops-dreamcast.c | 1 | ||||
-rw-r--r-- | arch/sh/drivers/pci/ops-sh7785lcr.c | 1 |
2 files changed, 0 insertions, 2 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); | ||
diff --git a/arch/sh/drivers/pci/ops-sh7785lcr.c b/arch/sh/drivers/pci/ops-sh7785lcr.c index fb0869f0bef8..2a9f9a599d66 100644 --- a/arch/sh/drivers/pci/ops-sh7785lcr.c +++ b/arch/sh/drivers/pci/ops-sh7785lcr.c | |||
@@ -44,7 +44,6 @@ struct pci_channel board_pci_channels[] = { | |||
44 | { &sh4_pci_ops, &sh7785_io_resource, &sh7785_mem_resource, 0, 0xff }, | 44 | { &sh4_pci_ops, &sh7785_io_resource, &sh7785_mem_resource, 0, 0xff }, |
45 | { NULL, NULL, NULL, 0, 0 }, | 45 | { NULL, NULL, NULL, 0, 0 }, |
46 | }; | 46 | }; |
47 | EXPORT_SYMBOL(board_pci_channels); | ||
48 | 47 | ||
49 | static struct sh4_pci_address_map sh7785_pci_map = { | 48 | static struct sh4_pci_address_map sh7785_pci_map = { |
50 | .window0 = { | 49 | .window0 = { |