dm: sata: dw_sata: More ahci_init_one() futher down
authorSimon Glass <sjg@chromium.org>
Sat, 29 Jul 2017 17:35:11 +0000 (11:35 -0600)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 17 Aug 2017 07:44:17 +0000 (16:44 +0900)
commit036a803e1b69b9eb5747d63b9469cccc090114f4
treeeed8a2a9327211c82e8944610e354e41002b91d3
parent5908d85eb7be81588bb90ad61b07fb8dd0ec3f58
dm: sata: dw_sata: More ahci_init_one() futher down

This function will not be used with driver model and it relates to the
other exported functions. Move it down next to them.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/ata/dwc_ahsata.c