]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI: imx6: Move imx6_pcie_reset_phy() near other PHY handling functions
authorLucas Stach <l.stach@pengutronix.de>
Fri, 15 Jan 2016 18:56:47 +0000 (19:56 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 25 Jan 2016 22:49:46 +0000 (16:49 -0600)
commit53eeb48b49410a47a0309bbc0516534ad71c1350
tree905b8069ec2ee07362601e3721649804057c4da4
parent92e963f50fc74041b5e9e744c330dca48e04f08d
PCI: imx6: Move imx6_pcie_reset_phy() near other PHY handling functions

Move imx6_pcie_reset_phy() near the other PHY related functions in the
file.  This is a cosmetic change, but also allows to do the following
changes without introducing needless forward declarations.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pci-imx6.c