s390/pci: rename pci_probe to s390_pci_probe

pci_probe is too generic and has a name clash with other common code parts.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Šī revīzija ir iekļauta:
Heiko Carstens
2013-01-30 15:52:16 +01:00
revīziju iesūtīja Martin Schwidefsky
vecāks a50b2eae8b
revīzija 1e5635d10d
3 mainīti faili ar 6 papildinājumiem un 6 dzēšanām

Parādīt failu

@@ -231,7 +231,7 @@ static int __init pci_hotplug_s390_init(void)
* right now.
*/
if (!pci_probe)
if (!s390_pci_probe)
return -EOPNOTSUPP;
/* register callbacks for slot handling from arch code */