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>
This commit is contained in:
Heiko Carstens
2013-01-30 15:52:16 +01:00
committed by Martin Schwidefsky
parent a50b2eae8b
commit 1e5635d10d
3 changed files with 6 additions and 6 deletions

View File

@@ -186,7 +186,7 @@ void zpci_dma_exit(void);
extern struct mutex zpci_list_lock;
extern struct list_head zpci_list;
extern struct pci_hp_callback_ops hotplug_ops;
extern unsigned int pci_probe;
extern unsigned int s390_pci_probe;
/* FMB */
int zpci_fmb_enable_device(struct zpci_dev *);