dm: sata: dw_sata: Rename 'probe_ent' to uc_priv
authorSimon Glass <sjg@chromium.org>
Sat, 29 Jul 2017 17:35:04 +0000 (11:35 -0600)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 17 Aug 2017 07:44:16 +0000 (16:44 +0900)
commit09bb951bf3ebf2f94001e27add9b94e881a8cb75
treeed920f435198d75798acdd14c84bfa63c71cfd6c
parentc5273acf5c1da65a6337f6ea8f563e728ab07452
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>
drivers/ata/dwc_ahsata.c