aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/xen-fbfront.c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2008-05-26 23:31:09 +0100
committerThomas Gleixner <tglx@linutronix.de>2008-05-27 10:11:36 +0200
commit1e892c959da42278e60b21f5ecfd6fba0efff313 (patch)
treea2b3aacc953daab2b73d02bc9560454d894fb588 /drivers/video/xen-fbfront.c
parent6ba0e7b36c7cc1745b3cbeda244d14edae3ad058 (diff)
downloadkernel_samsung_smdk4412-1e892c959da42278e60b21f5ecfd6fba0efff313.zip
kernel_samsung_smdk4412-1e892c959da42278e60b21f5ecfd6fba0efff313.tar.gz
kernel_samsung_smdk4412-1e892c959da42278e60b21f5ecfd6fba0efff313.tar.bz2
xen pvfb: Module aliases to support module autoloading
These are mostly for completeness and consistency with the other frontends, as PVFB is typically compiled in rather than a module. Derived from http://xenbits.xensource.com/linux-2.6.18-xen.hg?rev/5e294e29a43e While there, add module descriptions. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/video/xen-fbfront.c')
-rw-r--r--drivers/video/xen-fbfront.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/xen-fbfront.c b/drivers/video/xen-fbfront.c
index 4e10876..5553e51 100644
--- a/drivers/video/xen-fbfront.c
+++ b/drivers/video/xen-fbfront.c
@@ -572,4 +572,6 @@ static void __exit xenfb_cleanup(void)
module_init(xenfb_init);
module_exit(xenfb_cleanup);
+MODULE_DESCRIPTION("Xen virtual framebuffer device frontend");
MODULE_LICENSE("GPL");
+MODULE_ALIAS("xen:vfb");