Hello, On Mon, Oct 14, 2024 at 02:37:23PM +0530, Dikshita Agarwal wrote: > +static struct platform_driver qcom_iris_driver = { > + .probe = iris_probe, > + .remove_new = iris_remove, > + .driver = { > + .name = "qcom-iris", > + .of_match_table = iris_dt_match, > + }, > +}; After commit 0edb555a65d1 ("platform: Make platform_driver::remove() return void") .remove() is (again) the right callback to implement for platform drivers. Please just drop "_new". Best regards Uwe
Attachment:
signature.asc
Description: PGP signature