Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05f7588c authored by Nishanth Menon's avatar Nishanth Menon Committed by Dmitry Torokhov
Browse files

Input: palmas-pwrbutton - fix typo in the license string



Follow the license string convention indicated in include/linux/module.h
(don't capitalize v).

This fixes following randconfig warning:
FATAL: modpost: GPL-incompatible module palmas-pwrbutton.ko uses GPL-only symbol 'platform_driver_unregister'

Fixes: adff5962 ("Input: introduce palmas-pwrbutton")
Reported-by: default avatarJim Davis <jim.epost@gmail.com>
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 5cc19b7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -328,5 +328,5 @@ module_platform_driver(palmas_pwron_driver);

MODULE_ALIAS("platform:palmas-pwrbutton");
MODULE_DESCRIPTION("Palmas Power Button");
MODULE_LICENSE("GPL V2");
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Texas Instruments Inc.");