]> git.sur5r.net Git - u-boot/blobdiff - drivers/ata/dwc_ahci.c
net: phy: Hide Micrel KSZ9021 and KSZ9031 Kconfig options
[u-boot] / drivers / ata / dwc_ahci.c
index 401201717f885f65799c6ecb725228b1f89c9583..f6147989b1c811b01d474c325d6f735428297bbe 100644 (file)
@@ -98,6 +98,7 @@ U_BOOT_DRIVER(dwc_ahci) = {
        .id     = UCLASS_SCSI,
        .of_match = dwc_ahci_ids,
        .ofdata_to_platdata = dwc_ahci_ofdata_to_platdata,
+       .ops    = &scsi_ops,
        .probe  = dwc_ahci_probe,
        .priv_auto_alloc_size = sizeof(struct dwc_ahci_priv),
        .flags = DM_FLAG_ALLOC_PRIV_DMA,