aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2021-05-28 08:41:52 -0400
committerJakub Kicinski <[email protected]>2021-05-28 15:05:55 -0700
commita70bbbe387d0944975d5016f1ba3be1e6b4c3971 (patch)
tree2c0ccbd199e95f4144aed031e3758bbe694db777 /tools/perf/scripts/python
parenta548bee9ffe89018932886680b09e2eedeefb14e (diff)
nfc: pn533: drop of_match_ptr from device ID table
The driver can match only via the DT table so the table should be always used and the of_match_ptr does not have any sense (this also allows ACPI matching via PRP0001, even though it might be not relevant here). This fixes compile warning (!CONFIG_OF): drivers/nfc/pn533/i2c.c:252:34: warning: ‘of_pn533_i2c_match’ defined but not used [-Wunused-const-variable=] Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions