diff options
| author | Krzysztof Kozlowski <[email protected]> | 2020-10-26 16:38:10 +0100 |
|---|---|---|
| committer | Ulf Hansson <[email protected]> | 2020-11-16 11:59:27 +0100 |
| commit | b733775fb68f2a179dd28e6b41ff189fbcd3e95b (patch) | |
| tree | 1d7d5ed98508ead224f8cb63bc31df7d32876fba /tools/perf/scripts/python | |
| parent | 1b0e4a2141c7bf6a122f1e04cbc1690b835707cf (diff) | |
mmc: sunxi: drop of_match_ptr from of_device_id table
The driver can match only via DT table so it should be always used and
the of_match_ptr does not have any sense (this also allows ACPI
matching via PRP0001, even though it is not relevant for sunxi). This
fixes compile warning:
drivers/mmc/host/sunxi-mmc.c:1181:34: warning: ‘sunxi_mmc_of_match’ defined but not used [-Wunused-const-variable=]
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions