Message ID | 20211103193823.111007-4-linux@weissschuh.net (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net/9p: optimize transport module loading | expand |
diff --git a/net/9p/trans_xen.c b/net/9p/trans_xen.c index e264dcee019a..9c4c565f92e4 100644 --- a/net/9p/trans_xen.c +++ b/net/9p/trans_xen.c @@ -561,6 +561,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");
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> --- net/9p/trans_xen.c | 1 + 1 file changed, 1 insertion(+)