Skip to content

Commit

Permalink
Input: gtco - add MODULE_DESCRIPTION()
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Torokhov <[email protected]>
  • Loading branch information
dtor committed Apr 18, 2009
1 parent bd3ce65 commit 32a676f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/input/tablet/gtco.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 32a676f

Please sign in to comment.