commit | ed82fcc553dd358b9b96a1a7303153e809848a17 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 29 11:35:03 2017 -0600 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Thu Aug 17 16:44:16 2017 +0900 |
tree | 9e7c0df908511b73897d3d1172eef39963a749cb | |
parent | c068229dac9fc18adadfadf137185fcc1a457226 [diff] |
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>