Thu, Jun 01, 2023 at 05:20:19PM +0200, Krzysztof Kozlowski kirjoitti: > Driver can bind only via ACPI matching and acpi_device_id is there > unconditionally, so drop useless ACPI_PTR() macro. With this acpi.h becomes unused and has to be replaced with (AFAICT) property.h mod_devicetable.h (maybe others, but I haven't checked deeply) With that, Reviewed-by: Andy Shevchenko <andy.shevchenko@xxxxxxxxx> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > drivers/pinctrl/qcom/pinctrl-qdf2xxx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pinctrl/qcom/pinctrl-qdf2xxx.c b/drivers/pinctrl/qcom/pinctrl-qdf2xxx.c > index b0f1b3dc6831..b5808fcfb13c 100644 > --- a/drivers/pinctrl/qcom/pinctrl-qdf2xxx.c > +++ b/drivers/pinctrl/qcom/pinctrl-qdf2xxx.c > @@ -142,7 +142,7 @@ MODULE_DEVICE_TABLE(acpi, qdf2xxx_acpi_ids); > static struct platform_driver qdf2xxx_pinctrl_driver = { > .driver = { > .name = "qdf2xxx-pinctrl", > - .acpi_match_table = ACPI_PTR(qdf2xxx_acpi_ids), > + .acpi_match_table = qdf2xxx_acpi_ids, > }, > .probe = qdf2xxx_pinctrl_probe, > .remove = msm_pinctrl_remove, > -- > 2.34.1 > -- With Best Regards, Andy Shevchenko