commit | 65e198d05ec01c71d054f0f1f1bca38645096930 | [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 | d7bca5d942079fa4522765789246d72c4881291d [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>