On 08/07/2025 12:32, Vivek Yadav wrote: > +static struct platform_driver samsung_ppmu_driver = { > + .probe = samsung_ppmu_probe, > + .remove = samsung_ppmu_remove, > + .driver = { > + .name = "samsung-ppmu", > + .of_match_table = ppmu_of_match, > + }, > +}; > + > +module_platform_driver(samsung_ppmu_driver); > + > +MODULE_ALIAS("perf:samsung-ppmu"); No, drop. What's with these aliases from samsung... second try today.