]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Input: palmas-pwrbutton - fix typo in the license string
authorNishanth Menon <nm@ti.com>
Mon, 15 Sep 2014 21:33:37 +0000 (14:33 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 15 Sep 2014 21:36:12 +0000 (14:36 -0700)
commit05f7588c3c1641f64af93dc042947bbac35f39f6
tree9e4d695151b5445da181573491fe431b649df1c9
parent5cc19b7c5e71bdd1214813c6d65a1dd5b37807ac
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: adff5962fdd2 ("Input: introduce palmas-pwrbutton")
Reported-by: Jim Davis <jim.epost@gmail.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/palmas-pwrbutton.c