diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2013-01-30 09:52:16 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-02-14 09:55:12 -0500 |
commit | 1e5635d10d8112e61776b9513491329f7b0859ce (patch) | |
tree | db8d5df9a36b2c86e103da682be9792512dce426 /drivers/pci | |
parent | a50b2eae8b9aed3840d7e045c9417ce5e6c5ce91 (diff) |
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>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/hotplug/s390_pci_hpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/s390_pci_hpc.c b/drivers/pci/hotplug/s390_pci_hpc.c index dee68e0698e1..8fe2a8aa89a1 100644 --- a/drivers/pci/hotplug/s390_pci_hpc.c +++ b/drivers/pci/hotplug/s390_pci_hpc.c | |||
@@ -231,7 +231,7 @@ static int __init pci_hotplug_s390_init(void) | |||
231 | * right now. | 231 | * right now. |
232 | */ | 232 | */ |
233 | 233 | ||
234 | if (!pci_probe) | 234 | if (!s390_pci_probe) |
235 | return -EOPNOTSUPP; | 235 | return -EOPNOTSUPP; |
236 | 236 | ||
237 | /* register callbacks for slot handling from arch code */ | 237 | /* register callbacks for slot handling from arch code */ |