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.

iio: adc: men_z188_adc: 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>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Jose Javier Rodriguez Barbarin and committed by
Jonathan Cameron
b92489be d09ba52b

-1
-1
drivers/iio/adc/men_z188_adc.c
··· 171 171 MODULE_AUTHOR("Johannes Thumshirn <johannes.thumshirn@men.de>"); 172 172 MODULE_LICENSE("GPL"); 173 173 MODULE_DESCRIPTION("IIO ADC driver for MEN 16z188 ADC Core"); 174 - MODULE_ALIAS("mcb:16z188"); 175 174 MODULE_IMPORT_NS("MCB");