refactor: make pci device driver loading passive, pci bus scanner will not load them...
[lunaix-os.git] / lunaix-os / hal / rng / rngx86.c
index 3035f314dc6b238ca3f56afc0c20d791667845ae..d732f2cd75eaca742d367f68bf975bf80cd90766 100644 (file)
@@ -45,4 +45,4 @@ static struct device_def devrandx86_def = {
     .class = DEVCLASS(DEVIF_SOC, DEVFN_CHAR, DEV_RNG),
     .init = pdev_randdev_init
 };
-EXPORT_DEVICE(randdev, &devrandx86_def, load_earlystage);
\ No newline at end of file
+EXPORT_DEVICE(randdev, &devrandx86_def, load_onboot);
\ No newline at end of file