]> git.sur5r.net Git - u-boot/commit
dm: sata: dw_sata: Move exported functions to the end
authorSimon Glass <sjg@chromium.org>
Sat, 29 Jul 2017 17:35:03 +0000 (11:35 -0600)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 17 Aug 2017 07:44:16 +0000 (16:44 +0900)
commitc5273acf5c1da65a6337f6ea8f563e728ab07452
tree9e7c0df908511b73897d3d1172eef39963a749cb
parent1dae3b06b770189c4ede3a168f566606aff00f9c
dm: sata: dw_sata: Move exported functions to the end

With the driver model conversion we will not have any exported functions.
Move all exported functions to be together at the end of the file so that
we can deal with them in one #ifdef block.

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