ihdgd: call common::init

This commit is contained in:
Jeremy Soller
2026-01-22 14:50:32 -07:00
parent 5b675c3c9a
commit 5223fe351c
+1
View File
@@ -11,6 +11,7 @@ mod device;
use self::device::Device;
fn main() {
common::init();
pcid_interface::pci_daemon(daemon);
}