diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 06:48:48 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 06:48:48 -0400 |
commit | 0e75148108914062cb46ad3dc8f054a628018df7 (patch) | |
tree | eff47aed6df8f388be8755d5eea3ce6be8ea6056 /arch/sh/drivers/pci/ops-dreamcast.c | |
parent | c563bf0965c86cc6087b09c34ca063fe96d6deca (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.c | 6 |
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 */ | ||
158 | char * __devinit pcibios_setup(char *str) | ||
159 | { | ||
160 | return str; | ||
161 | } | ||
162 | |||
163 | struct pci_channel board_pci_channels[] = { | 157 | struct 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 }, |