]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: ahci: Rename struct ahci_probe_ent
authorSimon Glass <sjg@chromium.org>
Thu, 15 Jun 2017 03:28:32 +0000 (21:28 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:19 +0000 (10:08 -0600)
commit2c9f9efb3d43568e5e5843c600e8bfc2d42ac23e
tree2481c6763c62a2b6119e2b1c3698d36b78200208
parent1dc64f6c00e89f11e3615403459207405ab0efda
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>
board/highbank/ahci.c
drivers/ata/ahci.c
drivers/ata/dwc_ahsata.c
include/ahci.h