From c6f3d50b9bbe33541b3cd47a4f35efc4f4ae0fa7 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Fri, 7 Mar 2014 01:20:56 +0000 Subject: ahci-plat: Provide a weak scsi_init hook This allow the platform to register the platform ahci device. Signed-off-by: Ian Campbell --- drivers/block/ahci.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'drivers') diff --git a/drivers/block/ahci.c b/drivers/block/ahci.c index e64df4f98d..22621bfb77 100644 --- a/drivers/block/ahci.c +++ b/drivers/block/ahci.c @@ -930,6 +930,11 @@ int ahci_init(u32 base) err_out: return rc; } + +void __weak scsi_init(void) +{ +} + #endif /* -- cgit v1.2.3