Input: bcm_iproc_tsc - drop of_match_ptr for ID table
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 17 Mar 2023 11:15:49 +0000 (04:15 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 17 Mar 2023 11:17:37 +0000 (04:17 -0700)
commitf1e96f0617fc578f74319a5ba46473773035594f
treed420bb41c31c9e482ca64ef1417b91498492e473
parentf92dd6d074555edfe499ef6667a25b286e312ee3
Input: bcm_iproc_tsc - 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).  This
also fixes !CONFIG_OF error:

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230312131514.351603-4-krzysztof.kozlowski@linaro.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/bcm_iproc_tsc.c