linux/drivers/nfc/st21nfca
Krzysztof Kozlowski 8062780234 nfc: st21nfca: mark ACPI and OF device ID tables as maybe unused
The driver can match either via OF or ACPI ID tables.  If one
configuration is disabled, the table will be unused:

    drivers/nfc/st21nfca/i2c.c:593:34: warning:
        ‘of_st21nfca_i2c_match’ defined but not used [-Wunused-const-variable=]

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20210528124200.79655-11-krzysztof.kozlowski@canonical.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2021-05-28 15:05:56 -07:00
..
core.c nfc: remove unneeded break 2020-10-20 10:36:41 -07:00
dep.c NFC: st21nfca: remove unnecessary variable and labels 2021-05-20 15:44:27 -07:00
i2c.c nfc: st21nfca: mark ACPI and OF device ID tables as maybe unused 2021-05-28 15:05:56 -07:00
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile
se.c nfc: st21nfca: Remove unnecessary cast 2020-08-20 16:18:13 -07:00
st21nfca.h
vendor_cmds.c