On Thu, Oct 03, 2024 at 11:15:12AM +0000, Suma Hegde wrote: > +static struct platform_driver amd_hsmp_driver = { > + .probe = hsmp_acpi_probe, > + .remove_new = hsmp_acpi_remove, > + .driver = { > + .name = DRIVER_NAME, > + .acpi_match_table = amd_hsmp_acpi_ids, > + }, > +}; Since commit 0edb555a65d1 ("platform: Make platform_driver::remove() return void") .remove() is (again) the right callback to implement for platform drivers. Please just drop "_new" above. Best regards Uwe
Attachment:
signature.asc
Description: PGP signature