Commits
Simon Glass committed c5273acf5c1
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>