Skip to content

Commit

Permalink
Input: cobalt_btns - add missing MODULE_LICENSE
Browse files Browse the repository at this point in the history
Export the module license and other information about the Cobalt
button module in order to avoid the following warning:

| WARNING: modpost: missing MODULE_LICENSE() in drivers/input/misc/cobalt_btns.o

Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
Acked-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Martin Michlmayr authored and Dmitry Torokhov committed Aug 18, 2008
1 parent cbbdece commit 26135ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/input/misc/cobalt_btns.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ static int __devexit cobalt_buttons_remove(struct platform_device *pdev)
return 0;
}

MODULE_AUTHOR("Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>");
MODULE_DESCRIPTION("Cobalt button interface driver");
MODULE_LICENSE("GPL");
/* work with hotplug and coldplug */
MODULE_ALIAS("platform:Cobalt buttons");

Expand Down

0 comments on commit 26135ed

Please sign in to comment.