Commit 3f638e4a authored by Tzung-Bi Shih's avatar Tzung-Bi Shih
Browse files

platform/chrome: wilco_ec: event: remove redundant MODULE_ALIAS



There is no platform driver in the file.  Remove the redundant
MODULE_ALIAS().

Reviewed-by: default avatarBenson Leung <bleung@chromium.org>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240329075630.2069474-18-tzungbi@kernel.org


Signed-off-by: default avatarTzung-Bi Shih <tzungbi@kernel.org>
parent 30afa63e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -575,4 +575,3 @@ module_exit(event_module_exit);
MODULE_AUTHOR("Nick Crews <ncrews@chromium.org>");
MODULE_DESCRIPTION("Wilco EC ACPI event driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:" DRV_NAME);