xen/netback: Add module alias for autoloading
authorBastian Blank <[email protected]>
Thu, 30 Jun 2011 18:19:09 +0000 (11:19 -0700)
committerDavid S. Miller <[email protected]>
Thu, 30 Jun 2011 18:19:09 +0000 (11:19 -0700)
Add xen-backend:vif module alias to the xen-netback module. This allows
automatic loading of the module.

Signed-off-by: Bastian Blank <[email protected]>
Acked-by: Ian Campbell <[email protected]>
Acked-by: Konrad Rzeszutek Wilk <[email protected]>
drivers/net/xen-netback/netback.c

index 0e4851b8a773642322854be32fe764747980098e..fd00f25d98506c6441450b8230c183cc1d86ce8e 100644 (file)
@@ -1743,3 +1743,4 @@ failed_init:
 module_init(netback_init);
 
 MODULE_LICENSE("Dual BSD/GPL");
+MODULE_ALIAS("xen-backend:vif");