From: Johan Hovold <johan+linaro@kernel.org>
To: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Nicolas Ferre <nicolas.ferre@microchip.com>,
Claudiu Beznea <claudiu.beznea@tuxon.dev>,
Paul Cercueil <paul@crapouillou.net>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Alexandre Torgue <alexandre.torgue@foss.st.com>,
Sebastian Reichel <sre@kernel.org>,
linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org,
Johan Hovold <johan+linaro@kernel.org>
Subject: [PATCH 4/7] rtc: jz4740: drop unused module alias
Date: Wed, 23 Apr 2025 15:03:15 +0200 [thread overview]
Message-ID: <20250423130318.31244-5-johan+linaro@kernel.org> (raw)
In-Reply-To: <20250423130318.31244-1-johan+linaro@kernel.org>
The driver only support OF probe so drop the unused platform module
alias.
Fixes: 24e1f2c9383e ("rtc: ingenic: Only support probing from devicetree")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
---
drivers/rtc/rtc-jz4740.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/rtc/rtc-jz4740.c b/drivers/rtc/rtc-jz4740.c
index 44bba356268c..11fce47be780 100644
--- a/drivers/rtc/rtc-jz4740.c
+++ b/drivers/rtc/rtc-jz4740.c
@@ -437,4 +437,3 @@ module_platform_driver(jz4740_rtc_driver);
MODULE_AUTHOR("Lars-Peter Clausen <lars@metafoo.de>");
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("RTC driver for the JZ4740 SoC\n");
-MODULE_ALIAS("platform:jz4740-rtc");
--
2.49.0
next prev parent reply other threads:[~2025-04-23 13:04 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-23 13:03 [PATCH 0/7] rtc: drop unused module alias Johan Hovold
2025-04-23 13:03 ` [PATCH 1/7] rtc: at91rm9200: " Johan Hovold
2025-05-06 14:22 ` Krzysztof Kozlowski
2025-04-23 13:03 ` [PATCH 2/7] rtc: cpcap: " Johan Hovold
2025-04-23 21:30 ` Sebastian Reichel
2025-04-23 13:03 ` [PATCH 3/7] rtc: da9063: " Johan Hovold
2025-05-06 14:50 ` Krzysztof Kozlowski
2025-04-23 13:03 ` Johan Hovold [this message]
2025-04-24 10:13 ` [PATCH 4/7] rtc: jz4740: " Paul Cercueil
2025-04-23 13:03 ` [PATCH 5/7] rtc: pm8xxx: " Johan Hovold
2025-05-06 14:51 ` Krzysztof Kozlowski
2025-04-23 13:03 ` [PATCH 6/7] rtc: s3c: " Johan Hovold
2025-05-06 14:19 ` Krzysztof Kozlowski
2025-05-06 14:35 ` Johan Hovold
2025-05-06 14:45 ` Krzysztof Kozlowski
2025-04-23 13:03 ` [PATCH 7/7] rtc: stm32: " Johan Hovold
2025-05-06 14:22 ` Krzysztof Kozlowski
2025-05-20 7:33 ` [PATCH 0/7] rtc: " Johan Hovold
2025-05-24 22:03 ` Alexandre Belloni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250423130318.31244-5-johan+linaro@kernel.org \
--to=johan+linaro@kernel.org \
--cc=alexandre.belloni@bootlin.com \
--cc=alexandre.torgue@foss.st.com \
--cc=claudiu.beznea@tuxon.dev \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rtc@vger.kernel.org \
--cc=mcoquelin.stm32@gmail.com \
--cc=nicolas.ferre@microchip.com \
--cc=paul@crapouillou.net \
--cc=sre@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).