commit | 09bb951bf3ebf2f94001e27add9b94e881a8cb75 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 29 11:35:04 2017 -0600 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Thu Aug 17 16:44:16 2017 +0900 |
tree | ed920f435198d75798acdd14c84bfa63c71cfd6c | |
parent | c5273acf5c1da65a6337f6ea8f563e728ab07452 [diff] |
dm: sata: dw_sata: Rename 'probe_ent' to uc_priv With driver model this becomes uclass-private data. Rename the parameter varable to reflect this. 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>