mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 04:37:32 -04:00
watchdog: menz069_wdt: drop unneeded MODULE_ALIAS
Since commit 1f4ea4838b ("mcb: Add missing modpost build support")
the MODULE_ALIAS() is redundant as the module alias is now
automatically generated from the MODULE_DEVICE_TABLE().
Remove the explicit alias.
No functional change intended.
Reviewed-by: Jorge Sanjuan Garcia <dev-jorge.sanjuangarcia@duagon.com>
Signed-off-by: Jose Javier Rodriguez Barbarin <dev-josejavier.rodriguez@duagon.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20260323112413.21923-2-dev-josejavier.rodriguez@duagon.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
committed by
Guenter Roeck
parent
cde09b031d
commit
2963bb3d5a
@@ -163,5 +163,4 @@ module_mcb_driver(men_z069_driver);
|
||||
MODULE_AUTHOR("Johannes Thumshirn <jth@kernel.org>");
|
||||
MODULE_DESCRIPTION("Watchdog driver for the MEN z069 IP-Core");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
MODULE_ALIAS("mcb:16z069");
|
||||
MODULE_IMPORT_NS("MCB");
|
||||
|
||||
Reference in New Issue
Block a user