Commit a54f37d3 authored by Thomas 'Dent' Mirlacher's avatar Thomas 'Dent' Mirlacher Committed by Linus Torvalds

[PATCH] redundant declarations (#3_15)

 this patch fixes redundant declarations in 2.5.24
parent 2ceee5e0
......@@ -252,8 +252,6 @@ struct pci_bus * __devinit pci_add_new_bus(struct pci_bus *parent, struct pci_de
return child;
}
unsigned int __devinit pci_do_scan_bus(struct pci_bus *bus);
/*
* If it's a bridge, configure it and scan the bus behind it.
* For CardBus bridges, we don't scan behind as the devices will
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment