Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2dd35ca authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "virtio_mmio: Change initcall level to arch_initcall"

parents 3a29717d c87ec45d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -748,7 +748,7 @@ static void __exit virtio_mmio_exit(void)
	vm_unregister_cmdline_devices();
}

module_init(virtio_mmio_init);
arch_initcall(virtio_mmio_init);
module_exit(virtio_mmio_exit);

MODULE_AUTHOR("Pawel Moll <pawel.moll@arm.com>");