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>
This commit is contained in:
@@ -154,12 +154,6 @@ static int __init gapspci_init(struct pci_channel *chan)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Haven't done anything here as yet */
|
||||
char * __devinit pcibios_setup(char *str)
|
||||
{
|
||||
return str;
|
||||
}
|
||||
|
||||
struct pci_channel board_pci_channels[] = {
|
||||
{ gapspci_init, &gapspci_pci_ops, &gapspci_io_resource,
|
||||
&gapspci_mem_resource, 0, 1 },
|
||||
|
Reference in New Issue
Block a user