]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/block/ahci.c
ahci-plat: Provide a weak scsi_init hook
[karo-tx-uboot.git] / drivers / block / ahci.c
index e64df4f98d6220acca20fb255115de756adf28f4..22621bfb77dbb25ca227219e1d7f57ce968a0520 100644 (file)
@@ -930,6 +930,11 @@ int ahci_init(u32 base)
 err_out:
        return rc;
 }
+
+void __weak scsi_init(void)
+{
+}
+
 #endif
 
 /*