linux/drivers/nfc/pn533
Krzysztof Kozlowski b3a790d437 nfc: pn533: mark OF device ID tables as maybe unused
The driver can match either via OF or I2C ID tables.  If OF is disabled,
the table will be unused:

    drivers/nfc/pn533/i2c.c:252:34: warning:
        ‘of_pn533_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-7-krzysztof.kozlowski@canonical.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2021-05-28 15:05:55 -07:00
..
i2c.c nfc: pn533: mark OF device ID tables as maybe unused 2021-05-28 15:05:55 -07:00
Kconfig
Makefile
pn533.c nfc: pn533: remove redundant assignment 2021-04-12 13:23:03 -07:00
pn533.h
uart.c nfc: pn533: drop of_match_ptr from device ID table 2021-05-28 15:05:55 -07:00
usb.c