aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netfront.c
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2008-04-02 10:54:05 -0700
committerIngo Molnar <mingo@elte.hu>2008-04-24 23:57:33 +0200
commitd2f0c52bec954460e72dee48f3a29c6f310d76be (patch)
tree9793e3f539f9eacd37b3183c8becd3190df535c4 /drivers/net/xen-netfront.c
parentxen blkfront: Delay wait for block devices until after the disk is added (diff)
downloadlinux-dev-d2f0c52bec954460e72dee48f3a29c6f310d76be.tar.xz
linux-dev-d2f0c52bec954460e72dee48f3a29c6f310d76be.zip
xen: Module autoprobing support for frontend drivers
Add module aliases to support autoprobing modules for xen frontend devices. 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 7483d45bc5bc..b3fa27e6c78a 100644
--- a/drivers/net/xen-netfront.c
+++ b/drivers/net/xen-netfront.c
@@ -1809,3 +1809,4 @@ module_exit(netif_exit);
MODULE_DESCRIPTION("Xen virtual network device frontend");
MODULE_LICENSE("GPL");
+MODULE_ALIAS("xen:vif");