refactor: make pci device driver loading passive, pci bus scanner will not load them...
[lunaix-os.git] / lunaix-os / hal / ahci / io_event.c
index 2ce49ef4e1c9701c8c2070436396e72dc7d0936d..2ad988a4239936f1279127daea516f55d5c34c35 100644 (file)
@@ -7,7 +7,7 @@
 LOG_MODULE("io_evt")
 
 void
-__ahci_hba_isr(const isr_param* param)
+ahci_hba_isr(const isr_param* param)
 {
     struct ahci_hba* hba;
     struct ahci_driver *pos, *n;