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 <[email protected]> Reviewed-by: Sebastian Reichel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent 9f05c39 commit 5f28ab0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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 <[email protected]>");
326325
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)