On Tue, Dec 17, 2019 at 11:25 PM Ben Dooks (Codethink) <ben.dooks@xxxxxxxxxxxxxxx> wrote: > > 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@xxxxxxxxxxxxxxx> > --- > Cc: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> > Cc: Chen-Yu Tsai <wens@xxxxxxxx> > Cc: linux-input@xxxxxxxxxxxxxxx > Cc: linux-kernel@xxxxxxxxxxxxxxx Acked-by: Chen-Yu Tsai <wens@xxxxxxxx>