diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2023-10-16 06:18:16 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2023-10-16 06:33:00 +0200 |
commit | e2f57bf827697964ccacef5f69decc050f7d9e24 (patch) | |
tree | 3f6967bdf986cc6cb8d2402ebbdfbce6850654d9 /net/rfkill | |
parent | dc71c03b0a2937545d2c6ff89d2275890a309618 (diff) | |
download | linux-e2f57bf827697964ccacef5f69decc050f7d9e24.tar.gz linux-e2f57bf827697964ccacef5f69decc050f7d9e24.tar.bz2 linux-e2f57bf827697964ccacef5f69decc050f7d9e24.zip |
rtc: at91rm9200: annotate at91_rtc_remove with __exit again
Having the driver as a builtin after dropping the __exit annotation results
in:
>> drivers/rtc/rtc-at91rm9200.c:561:13: warning: 'at91_rtc_remove' defined but not used [-Wunused-function]
561 | static void at91_rtc_remove(struct platform_device *pdev)
| ^~~~~~~~~~~~~~~
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202310160705.vlElNOGb-lkp@intel.com/
Link: https://lore.kernel.org/r/20231016041816.246426-1-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'net/rfkill')
0 files changed, 0 insertions, 0 deletions