commit | fb3143b35eb5890ec72e79d17a6068a84a057d47 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Mon Aug 03 20:44:55 2009 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Fri Aug 28 17:12:35 2009 -0500 |
tree | adaf982477bdeb1654c50f9c3020e4d35db81074 | |
parent | 5928da0193d31f52f4a5b9f6ed3d3f0390ffd2c1 [diff] |
pci/fsl_pci_init: Fold pci_setup_indirect into fsl_pci_init Every platform that calls fsl_pci_init calls pci_setup_indirect 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>