From: Tzung-Bi Shih Date: Fri, 29 Mar 2024 07:56:29 +0000 (+0800) Subject: platform/chrome: wilco_ec: event: remove redundant MODULE_ALIAS X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3f638e4a770dac30d6d26efcef4425bdfadae6cb;p=linux.git platform/chrome: wilco_ec: event: remove redundant MODULE_ALIAS There is no platform driver in the file. Remove the redundant MODULE_ALIAS(). Reviewed-by: Benson Leung Reviewed-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20240329075630.2069474-18-tzungbi@kernel.org Signed-off-by: Tzung-Bi Shih --- diff --git a/drivers/platform/chrome/wilco_ec/event.c b/drivers/platform/chrome/wilco_ec/event.c index 13291fb4214e8..49043c644572f 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 "); MODULE_DESCRIPTION("Wilco EC ACPI event driver"); MODULE_LICENSE("GPL"); -MODULE_ALIAS("platform:" DRV_NAME);