commit | ba95a82e31490b2415e9fe967c6997f5dac8fe31 | [log] [tgz] |
---|---|---|
author | Hou Zhiqiang <Zhiqiang.Hou@nxp.com> | Mon Aug 28 18:52:56 2017 +0800 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Aug 29 15:30:30 2017 -0500 |
tree | c3ec7834e8106164dad0ca84153e96a5d7b5ded9 | |
parent | 5da39bf0919b6e129010f1554e639940be5bcdce [diff] |
PCI: layerscape: Move generic init functions earlier in file We will use the generic ls_pcie_link_up() and ls_pcie_host_init() from device-specific routines. Move the generic functions earlier in the file so we won't need forward declarations. This is strictly a code move with no functional change intended. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Roy Zang <tie-fei.zang@freescale.com>