diff options
| author | Krzysztof Kozlowski <[email protected]> | 2023-03-11 18:36:19 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-03-16 12:15:23 +0100 |
| commit | 658e467b76eb41005ef0c257d0b7accf73dcd32a (patch) | |
| tree | cfcecfdca4fa5ef9c9287841ad3058b73a7ecf25 /tools/perf/scripts/python | |
| parent | d6cfb252107d36fdddb66891c16d34a346882c36 (diff) | |
usb: host: max3421-hcd: drop of_match_ptr for 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 not be relevant here).
drivers/usb/host/max3421-hcd.c:1943:34: error: ‘max3421_of_match_table’ defined but not used [-Werror=unused-const-variable=]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions