dwc_ahci: Fix breakage
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Fri, 6 Apr 2018 09:13:53 +0000 (11:13 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 13 Apr 2018 17:02:50 +0000 (13:02 -0400)
commit64563f53332dd8e99b86e8bc8280e1e3b9c94df5
tree07ee0817c7fe64ee5d64778949137f3e4daf7360
parent93cb6142c1d349492d23bad3951b5a8f59eaafed
dwc_ahci: Fix breakage

The dwc_ahci has been broken for quite some time now. The breakage has been
introduced by the series "dm: scsi: Enhance SCSI support for driver model"

Use ahci_bind_scsi() and ahci_probe_scsi() to properly bind and probe the
driver.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
drivers/ata/dwc_ahci.c