commit | 2c9f9efb3d43568e5e5843c600e8bfc2d42ac23e | [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 | 1dc64f6c00e89f11e3615403459207405ab0efda [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>