summaryrefslogtreecommitdiffstats
path: root/drivers/greybus/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/greybus/core.c')
-rw-r--r--drivers/greybus/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/greybus/core.c b/drivers/greybus/core.c
index 95c09d4f3a86..33a47e73f0fa 100644
--- a/drivers/greybus/core.c
+++ b/drivers/greybus/core.c
@@ -375,5 +375,6 @@ static void __exit gb_exit(void)
tracepoint_synchronize_unregister();
}
module_exit(gb_exit);
+MODULE_DESCRIPTION("Greybus core driver");
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Greg Kroah-Hartman <gregkh@linuxfoundation.org>");