9p/xen: autoload when xenbus service is available

Link: https://lkml.kernel.org/r/20211103193823.111007-4-linux@weissschuh.net
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
This commit is contained in:
Thomas Weißschuh 2021-11-03 20:38:22 +01:00 committed by Dominique Martinet
parent 1c582c6dc4
commit 99aa673e29
1 changed files with 1 additions and 0 deletions

View File

@ -538,6 +538,7 @@ static void p9_trans_xen_exit(void)
}
module_exit(p9_trans_xen_exit);
MODULE_ALIAS("xen:9pfs");
MODULE_AUTHOR("Stefano Stabellini <stefano@aporeto.com>");
MODULE_DESCRIPTION("Xen Transport for 9P");
MODULE_LICENSE("GPL");