RE: [PATCH] Input: adp5589-keys - mark suspend and resume methods as __maybe_unused

2020-11-19 Thread Ardelean, Alexandru
> -Original Message- > From: Dmitry Torokhov > Sent: Thursday, November 19, 2020 9:24 AM > To: linux-in...@vger.kernel.org > Cc: Ardelean, Alexandru ; linux- > ker...@vger.kernel.org > Subject: [PATCH] Input: adp5589-keys - mark suspend and resume method

[PATCH] Input: adp5589-keys - mark suspend and resume methods as __maybe_unused

2020-11-18 Thread Dmitry Torokhov
This improves compile coverage of the code; unused code will be dropped by the linker. Signed-off-by: Dmitry Torokhov --- drivers/input/keyboard/adp5589-keys.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/input/keyboard/adp5589-keys.c