Input: axp20x-pek - make device attributes static
authorBen Dooks (Codethink) <ben.dooks@codethink.co.uk>
Thu, 19 Dec 2019 19:13:13 +0000 (11:13 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 19 Dec 2019 21:41:52 +0000 (13:41 -0800)
commitcbe821a20f3d46b419caa6fccf9e9812fff0e392
treedc0af99732a4dae08c1959b543025614ec7dc6ab
parentf0b57e1901178a8c84291408c5f8dc0d81ee4a86
Input: axp20x-pek - make device attributes static

The two device attrbitues are not declared outside this file
so make them static to avoid the following warnings:

drivers/input/misc/axp20x-pek.c:194:1: warning: symbol 'dev_attr_startup' was not declared. Should it be static?
drivers/input/misc/axp20x-pek.c:195:1: warning: symbol 'dev_attr_shutdown' was not declared. Should it be static?

Signed-off-by: Ben Dooks (Codethink) <ben.dooks@codethink.co.uk>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Link: https://lore.kernel.org/r/20191217152541.2167080-1-ben.dooks@codethink.co.uk
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/axp20x-pek.c