commit | 5ce596759f4e5ac1aaab7cfc476f8b193a475569 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jun 14 21:28:32 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 11 10:08:19 2017 -0600 |
tree | 2481c6763c62a2b6119e2b1c3698d36b78200208 | |
parent | b08fbff25352377dca05f9339c839fc6bcc18cc8 [diff] |
dm: ahci: Rename struct ahci_probe_ent This is not a very useful name since once it is probed it still hangs around. With driver model we will use uclass data for this, so rename the struct. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>