Re: [PATCH] Input: axp20x-pek - make device attributes static
From: Chen-Yu Tsai <wens@kernel.org>
Date: 2019-12-18 03:00:15
Also in:
lkml
From: Chen-Yu Tsai <wens@kernel.org>
Date: 2019-12-18 03:00:15
Also in:
lkml
On Tue, Dec 17, 2019 at 11:25 PM Ben Dooks (Codethink) [off-list ref] 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) <redacted> --- Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> Cc: Chen-Yu Tsai <redacted> Cc: linux-input@vger.kernel.org Cc: linux-kernel@vger.kernel.org
Acked-by: Chen-Yu Tsai <redacted>