]> asedeno.scripts.mit.edu Git - linux.git/commit
Input: of_touchscreen - add MODULE_LICENSE
authorArnd Bergmann <arnd@arndb.de>
Wed, 10 Jan 2018 19:29:23 +0000 (11:29 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 11 Jan 2018 00:38:12 +0000 (16:38 -0800)
commit43173a0ecc0c0f1a652847d84c1ef46ada73a974
treef9e4ecc96e7ec9b57a70ac2ac6f6c1f8c8b2433f
parent906bf7daa0618d0ef39f4872ca42218c29a3631f
Input: of_touchscreen - add MODULE_LICENSE

The lack of the MODULE_LICENSE tag can lead to a warning here:

WARNING: modpost: missing MODULE_LICENSE() in drivers/input/touchscreen/of_touchscreen.o

I'm adding a license and description tag, but no MODULE_AUTHOR()
as this file is a collection of standalone helper functions that
were all added by different developers.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/of_touchscreen.c