aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netfront.c
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2008-04-02 10:54:06 -0700
committerIngo Molnar <mingo@elte.hu>2008-04-24 23:57:33 +0200
commit4f93f09b72d6ff47b2399b79ed6d1cbc7dbf991b (patch)
tree8f29c6914c3c9a8932c1dc715376034663b8511d /drivers/net/xen-netfront.c
parentxen: Module autoprobing support for frontend drivers (diff)
downloadlinux-dev-4f93f09b72d6ff47b2399b79ed6d1cbc7dbf991b.tar.xz
linux-dev-4f93f09b72d6ff47b2399b79ed6d1cbc7dbf991b.zip
xen: Add compatibility aliases for frontend drivers
Before getting merged, xen-blkfront was xenblk and xen-netfront was xennet. Temporarily adding compatibility module aliases eases upgrades from older versions by e.g. allowing mkinitrd to find the new version of the module. Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/net/xen-netfront.c')
-rw-r--r--drivers/net/xen-netfront.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/xen-netfront.c b/drivers/net/xen-netfront.c
index b3fa27e6c78a..e62018a36133 100644
--- a/drivers/net/xen-netfront.c
+++ b/drivers/net/xen-netfront.c
@@ -1810,3 +1810,4 @@ module_exit(netif_exit);
MODULE_DESCRIPTION("Xen virtual network device frontend");
MODULE_LICENSE("GPL");
MODULE_ALIAS("xen:vif");
+MODULE_ALIAS("xennet");