nfc: pn533: mark OF device ID tables as maybe unused
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Fri, 28 May 2021 12:41:55 +0000 (08:41 -0400)
committerJakub Kicinski <kuba@kernel.org>
Fri, 28 May 2021 22:05:55 +0000 (15:05 -0700)
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>
drivers/nfc/pn533/i2c.c

index 795da9b85d56fade3b5d3ebdd274cdcb49bb55a9..bfc617acabaebf84649994d1979f97bcecb0dff0 100644 (file)
@@ -249,7 +249,7 @@ static int pn533_i2c_remove(struct i2c_client *client)
        return 0;
 }
 
-static const struct of_device_id of_pn533_i2c_match[] = {
+static const struct of_device_id of_pn533_i2c_match[] __maybe_unused = {
        { .compatible = "nxp,pn532", },
        /*
         * NOTE: The use of the compatibles with the trailing "...-i2c" is