Commit 32a676fe authored by Dmitry Torokhov's avatar Dmitry Torokhov

Input: gtco - add MODULE_DESCRIPTION()

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent bd3ce655
......@@ -1050,4 +1050,5 @@ static void __exit gtco_exit(void)
module_init(gtco_init);
module_exit(gtco_exit);
MODULE_DESCRIPTION("GTCO digitizer USB driver");
MODULE_LICENSE("GPL");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment