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

rtc: omap: drop unneeded MODULE_ALIAS

The MODULE_DEVICE_TABLE already creates proper alias for platform
driver. Having another MODULE_ALIAS causes the alias to be duplicated.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20210916164513.134725-1-krzysztof.kozlowski@canonical.com

authored by

Krzysztof Kozlowski and committed by
Alexandre Belloni
5e295f94 5f84478e

-1
-1
drivers/rtc/rtc-omap.c
··· 1029 1029 1030 1030 module_platform_driver(omap_rtc_driver); 1031 1031 1032 - MODULE_ALIAS("platform:omap_rtc"); 1033 1032 MODULE_AUTHOR("George G. Davis (and others)"); 1034 1033 MODULE_LICENSE("GPL");