On 29/03/2024 08:56, Tzung-Bi Shih wrote: > There is no platform driver in the file. Remove the redundant > MODULE_ALIAS(). > > Signed-off-by: Tzung-Bi Shih <tzungbi@xxxxxxxxxx> > --- > drivers/platform/chrome/wilco_ec/event.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/platform/chrome/wilco_ec/event.c b/drivers/platform/chrome/wilco_ec/event.c > index 13291fb4214e..49043c644572 100644 > --- a/drivers/platform/chrome/wilco_ec/event.c > +++ b/drivers/platform/chrome/wilco_ec/event.c > @@ -575,4 +575,3 @@ module_exit(event_module_exit); > MODULE_AUTHOR("Nick Crews <ncrews@xxxxxxxxxxxx>"); > MODULE_DESCRIPTION("Wilco EC ACPI event driver"); > MODULE_LICENSE("GPL"); > -MODULE_ALIAS("platform:" DRV_NAME); In this case some sort of alias, maybe not necessarily platform, could have sense. I see there ACPI ID table, so it is fine for me. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof