power: reset: qcom-pon: drop of_match_ptr for ID table
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 10 Mar 2023 20:06:52 +0000 (21:06 +0100)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Sun, 12 Mar 2023 22:31:53 +0000 (23:31 +0100)
commitef6d10568ca9ca622a867e5d059982251bbccd6b
treee75940d5f2da6b86a51228d5eeb31fad982d4246
parent65cc52f3a91e5734cd1653da3b02ada94cda3ff6
power: reset: qcom-pon: drop of_match_ptr for ID table

The Qualcomm SoC power-on driver is specific to ARCH_QCOM which depends
on OF thus the driver is OF-only.  It's of_device_id table is built
unconditionally, thus of_match_ptr() for ID table does not make sense.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/reset/qcom-pon.c