We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f28a3 commit 9863941Copy full SHA for 9863941
arch/um/drivers/virt-pci.c
@@ -857,7 +857,7 @@ void *pci_root_bus_fwnode(struct pci_bus *bus)
857
return um_pci_fwnode;
858
}
859
860
-static int um_pci_init(void)
+static int __init um_pci_init(void)
861
{
862
int err, i;
863
@@ -940,7 +940,7 @@ static int um_pci_init(void)
940
941
module_init(um_pci_init);
942
943
-static void um_pci_exit(void)
+static void __exit um_pci_exit(void)
944
945
unregister_virtio_driver(&um_pci_virtio_driver);
946
irq_domain_remove(um_pci_msi_domain);
0 commit comments