Skip to content

Commit b40c546

Browse files
arndbjgross1
authored andcommitted
xenbus: add module description
Modules without a description now cause a warning: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/xen/xenbus/xenbus_probe_frontend.o Signed-off-by: Arnd Bergmann <[email protected]> Reviewed-by: Juergen Gross <[email protected]> Signed-off-by: Juergen Gross <[email protected]> Message-ID: <[email protected]>
1 parent 0af2f6b commit b40c546

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/xen/xenbus/xenbus_probe_frontend.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,4 +513,5 @@ static int __init boot_wait_for_devices(void)
513513
late_initcall(boot_wait_for_devices);
514514
#endif
515515

516+
MODULE_DESCRIPTION("Xen PV-device frontend support");
516517
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)