Skip to content

Commit 5f28ab0

Browse files
jhovoldalexandrebelloni
authored andcommitted
rtc: cpcap: drop unused module alias
The driver only supports OF probe so drop the unused platform module alias. Fixes: dd3bf50 ("rtc: cpcap: new rtc driver") Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com> Link: https://lore.kernel.org/r/20250423130318.31244-3-johan+linaro@kernel.org Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 9f05c39 commit 5f28ab0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/rtc/rtc-cpcap.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ static struct platform_driver cpcap_rtc_driver = {
320320

321321
module_platform_driver(cpcap_rtc_driver);
322322

323-
MODULE_ALIAS("platform:cpcap-rtc");
324323
MODULE_DESCRIPTION("CPCAP RTC driver");
325324
MODULE_AUTHOR("Sebastian Reichel <sre@kernel.org>");
326325
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)