aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers/pci/ops-dreamcast.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-04-20 06:48:48 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-04-20 06:48:48 -0400
commit0e75148108914062cb46ad3dc8f054a628018df7 (patch)
treeeff47aed6df8f388be8755d5eea3ce6be8ea6056 /arch/sh/drivers/pci/ops-dreamcast.c
parentc563bf0965c86cc6087b09c34ca063fe96d6deca (diff)
sh: pci: Consolidate pcibios_setup() in pci-lib.
This wasn't really being used for anything useful, so just stub it in pci-lib. 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.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh/drivers/pci/ops-dreamcast.c b/arch/sh/drivers/pci/ops-dreamcast.c
index 5bc81d5b660a..529aa4f27a89 100644
--- a/arch/sh/drivers/pci/ops-dreamcast.c
+++ b/arch/sh/drivers/pci/ops-dreamcast.c
@@ -154,12 +154,6 @@ static int __init gapspci_init(struct pci_channel *chan)
154 return 0; 154 return 0;
155} 155}
156 156
157/* Haven't done anything here as yet */
158char * __devinit pcibios_setup(char *str)
159{
160 return str;
161}
162
163struct pci_channel board_pci_channels[] = { 157struct pci_channel board_pci_channels[] = {
164 { gapspci_init, &gapspci_pci_ops, &gapspci_io_resource, 158 { gapspci_init, &gapspci_pci_ops, &gapspci_io_resource,
165 &gapspci_mem_resource, 0, 1 }, 159 &gapspci_mem_resource, 0, 1 },