pci/fsl_pci_init: Fold fsl_pci_setup_inbound_windows into fsl_pci_init
Every platform that calls fsl_pci_init calls fsl_pci_setup_inbound_windows before it calls fsl_pci_init. There isn't any reason to just call it from fsl_pci_init and simplify things a bit. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
#ifndef __FSL_PCI_H_
|
||||
#define __FSL_PCI_H_
|
||||
|
||||
int fsl_pci_setup_inbound_windows(struct pci_region *r);
|
||||
void fsl_pci_init(struct pci_controller *hose, u32 cfg_addr, u32 cfg_data);
|
||||
void fsl_pci_config_unlock(struct pci_controller *hose);
|
||||
void ft_fsl_pci_setup(void *blob, const char *pci_alias,
|
||||
|
||||
Reference in New Issue
Block a user