diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-08-03 21:02:02 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-08-28 17:12:35 -0500 |
commit | cb151aa2cf5fbb1e412fc763a3a611758f066238 (patch) | |
tree | 5af554558c1eac8e9f14a8e9df70823a0c32e4ee /include | |
parent | fb3143b35eb5890ec72e79d17a6068a84a057d47 (diff) | |
download | u-boot-imx-cb151aa2cf5fbb1e412fc763a3a611758f066238.zip u-boot-imx-cb151aa2cf5fbb1e412fc763a3a611758f066238.tar.gz u-boot-imx-cb151aa2cf5fbb1e412fc763a3a611758f066238.tar.bz2 |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-ppc/fsl_pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-ppc/fsl_pci.h b/include/asm-ppc/fsl_pci.h index 0473b72..b2ff0e9 100644 --- a/include/asm-ppc/fsl_pci.h +++ b/include/asm-ppc/fsl_pci.h @@ -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, |