diff options
Diffstat (limited to 'drivers/block/ahci.c')
-rw-r--r-- | drivers/block/ahci.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/block/ahci.c b/drivers/block/ahci.c index e64df4f..22621bf 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 /* |