diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-04-13 15:38:32 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2023-04-20 14:16:39 +0200 |
commit | 77982a7f4970dcabf4bbcbcae9d1dc85a731ce6b (patch) | |
tree | fc83e73d6502407aeb552e9398eb5b1a825e918b /drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | |
parent | 019fe19bd4079bc9775fb034e49da68b1b8db06a (diff) |
spmi: mtk-pmif: 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 is not relevant here).
drivers/spmi/spmi-mtk-pmif.c:517:34: error: ‘mtk_spmi_match_table’ defined but not used [-Werror=unused-const-variable=]
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c')
0 files changed, 0 insertions, 0 deletions