ahci-plat: Provide a weak scsi_init hook

This allow the platform to register the platform ahci device.

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
This commit is contained in:
Ian Campbell
2014-03-07 01:20:56 +00:00
committed by Tom Rini
parent ba650e9b52
commit c6f3d50b9b
2 changed files with 11 additions and 0 deletions

View File

@@ -930,6 +930,11 @@ int ahci_init(u32 base)
err_out:
return rc;
}
void __weak scsi_init(void)
{
}
#endif
/*