Skip to content

Commit

Permalink
xen/netback: Add module alias for autoloading
Browse files Browse the repository at this point in the history
Add xen-backend:vif module alias to the xen-netback module. This allows
automatic loading of the module.

Signed-off-by: Bastian Blank <waldi@debian.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
  • Loading branch information
Bastian Blank authored and David S. Miller committed Jun 30, 2011
1 parent 1049f64 commit f984cec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/xen-netback/netback.c
Original file line number Diff line number Diff line change
Expand Up @@ -1743,3 +1743,4 @@ static int __init netback_init(void)
module_init(netback_init);

MODULE_LICENSE("Dual BSD/GPL");
MODULE_ALIAS("xen-backend:vif");

0 comments on commit f984cec

Please sign in to comment.