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 296ab4a commit 0664c63Copy full SHA for 0664c63
net/9p/trans_xen.c
@@ -511,7 +511,7 @@ static struct xenbus_driver xen_9pfs_front_driver = {
511
.otherend_changed = xen_9pfs_front_changed,
512
};
513
514
-static int p9_trans_xen_init(void)
+static int __init p9_trans_xen_init(void)
515
{
516
int rc;
517
@@ -530,7 +530,7 @@ static int p9_trans_xen_init(void)
530
module_init(p9_trans_xen_init);
531
MODULE_ALIAS_9P("xen");
532
533
-static void p9_trans_xen_exit(void)
+static void __exit p9_trans_xen_exit(void)
534
535
v9fs_unregister_trans(&p9_xen_trans);
536
return xenbus_unregister_driver(&xen_9pfs_front_driver);
0 commit comments