Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e892c95 authored by Markus Armbruster's avatar Markus Armbruster Committed by Thomas Gleixner
Browse files

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: default avatarMarkus Armbruster <armbru@redhat.com>
Signed-off-by: default avatarJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 6ba0e7b3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -343,4 +343,6 @@ static void __exit xenkbd_cleanup(void)
module_init(xenkbd_init);
module_exit(xenkbd_cleanup);

MODULE_DESCRIPTION("Xen virtual keyboard/pointer device frontend");
MODULE_LICENSE("GPL");
MODULE_ALIAS("xen:vkbd");
+2 −0
Original line number Diff line number Diff line
@@ -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");