Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

gpio: menz127: drop unneeded MODULE_ALIAS

Since commit 1f4ea4838b13 ("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>
Link: https://lore.kernel.org/r/20260108134843.25903-2-dev-josejavier.rodriguez@duagon.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>

authored by

Jose Javier Rodriguez Barbarin and committed by
Bartosz Golaszewski
a88d9589 3cf9dc2c

-1
-1
drivers/gpio/gpio-menz127.c
··· 223 223 MODULE_AUTHOR("Andreas Werner <andreas.werner@men.de>"); 224 224 MODULE_DESCRIPTION("MEN GPIO Controller"); 225 225 MODULE_LICENSE("GPL v2"); 226 - MODULE_ALIAS("mcb:16z127"); 227 226 MODULE_IMPORT_NS("MCB");