Input: adc-keys - drop bogus __refdata annotation
authorGeert Uytterhoeven <geert+renesas@glider.be>
Sat, 4 Sep 2021 06:28:17 +0000 (23:28 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 4 Sep 2021 06:49:58 +0000 (23:49 -0700)
commit3e204d6b76b29274cc8e57f8bd8d9873f04a7f48
tree7e07ebd755ad9cd6a65eec784c4f7a5246e5c639
parent7ec7c72fbf9db4c6479fbdae7162d047a9012788
Input: adc-keys - drop bogus __refdata annotation

As the ADC ladder input driver does not have any code or data located in
initmem, there is no need to annotate the adc_keys_driver structure with
__refdata.  Drop the annotation, to avoid suppressing future section
warnings.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/7091e8213602be64826fd689a7337246d218f3b1.1626255421.git.geert+renesas@glider.be
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/adc-keys.c