From 24e7f84db0db6b6f14581707a45d06ec5d5b88f2 Mon Sep 17 00:00:00 2001 From: Boris Ostrovsky Date: Wed, 15 Nov 2017 11:24:02 -0500 Subject: xen/pvcalls: Add MODULE_LICENSE() Since commit ba1029c9cbc5 ("modpost: detect modules without a MODULE_LICENSE") modules without said macro will generate WARNING: modpost: missing MODULE_LICENSE() in While at it, also add module description and attribution. Signed-off-by: Boris Ostrovsky Reviewed-by: Juergen Gross Acked-by: Stefano Stabellini --- drivers/xen/pvcalls-front.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/xen/pvcalls-front.c') diff --git a/drivers/xen/pvcalls-front.c b/drivers/xen/pvcalls-front.c index 2925b2f095ed..9e40c2cd70b1 100644 --- a/drivers/xen/pvcalls-front.c +++ b/drivers/xen/pvcalls-front.c @@ -1273,3 +1273,7 @@ static int __init pvcalls_frontend_init(void) } module_init(pvcalls_frontend_init); + +MODULE_DESCRIPTION("Xen PV Calls frontend driver"); +MODULE_AUTHOR("Stefano Stabellini "); +MODULE_LICENSE("GPL"); -- cgit v1.2.3