diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/input/xen-kbdfront.c | 2 | ||||
-rw-r--r-- | drivers/video/xen-fbfront.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/drivers/input/xen-kbdfront.c b/drivers/input/xen-kbdfront.c index 9da4452786fa..eaf69cf5b444 100644 --- a/drivers/input/xen-kbdfront.c +++ b/drivers/input/xen-kbdfront.c | |||
@@ -343,4 +343,6 @@ static void __exit xenkbd_cleanup(void) | |||
343 | module_init(xenkbd_init); | 343 | module_init(xenkbd_init); |
344 | module_exit(xenkbd_cleanup); | 344 | module_exit(xenkbd_cleanup); |
345 | 345 | ||
346 | MODULE_DESCRIPTION("Xen virtual keyboard/pointer device frontend"); | ||
346 | MODULE_LICENSE("GPL"); | 347 | MODULE_LICENSE("GPL"); |
348 | MODULE_ALIAS("xen:vkbd"); | ||
diff --git a/drivers/video/xen-fbfront.c b/drivers/video/xen-fbfront.c index 4e10876e62fc..5553e517563e 100644 --- a/drivers/video/xen-fbfront.c +++ b/drivers/video/xen-fbfront.c | |||
@@ -572,4 +572,6 @@ static void __exit xenfb_cleanup(void) | |||
572 | module_init(xenfb_init); | 572 | module_init(xenfb_init); |
573 | module_exit(xenfb_cleanup); | 573 | module_exit(xenfb_cleanup); |
574 | 574 | ||
575 | MODULE_DESCRIPTION("Xen virtual framebuffer device frontend"); | ||
575 | MODULE_LICENSE("GPL"); | 576 | MODULE_LICENSE("GPL"); |
577 | MODULE_ALIAS("xen:vfb"); | ||