From: Johan Hovold <johan@kernel.org>
To: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: Tudor Ambarus <tudor.ambarus@linaro.org>,
Richard Weinberger <richard@nod.at>,
Vignesh Raghavendra <vigneshr@ti.com>,
Kyungmin Park <kyungmin.park@samsung.com>,
Michal Simek <michal.simek@amd.com>,
Nicolas Ferre <nicolas.ferre@microchip.com>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Claudiu Beznea <claudiu.beznea@tuxon.dev>,
Heiko Stuebner <heiko@sntech.de>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Alexandre Torgue <alexandre.torgue@foss.st.com>,
Chen-Yu Tsai <wens@csie.org>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Samuel Holland <samuel@sholland.org>,
linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org,
Johan Hovold <johan@kernel.org>
Subject: [PATCH 4/8] mtd: rawnand: omap2: drop unused module alias
Date: Mon, 22 Sep 2025 17:31:03 +0200 [thread overview]
Message-ID: <20250922153107.16381-5-johan@kernel.org> (raw)
In-Reply-To: <20250922153107.16381-1-johan@kernel.org>
The driver only supports OF probing since commit 086c321ec57b ("mtd:
nand: omap2: Remove omap_nand_platform_data") so drop the unused
platform module alias.
Signed-off-by: Johan Hovold <johan@kernel.org>
---
drivers/mtd/nand/raw/omap2.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/mtd/nand/raw/omap2.c b/drivers/mtd/nand/raw/omap2.c
index 61fd98ad5c78..39e297486721 100644
--- a/drivers/mtd/nand/raw/omap2.c
+++ b/drivers/mtd/nand/raw/omap2.c
@@ -2332,6 +2332,5 @@ static struct platform_driver omap_nand_driver = {
module_platform_driver(omap_nand_driver);
-MODULE_ALIAS("platform:" DRIVER_NAME);
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Glue layer for NAND flash on TI OMAP boards");
--
2.49.1
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
WARNING: multiple messages have this Message-ID (diff)
From: Johan Hovold <johan@kernel.org>
To: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: Tudor Ambarus <tudor.ambarus@linaro.org>,
Richard Weinberger <richard@nod.at>,
Vignesh Raghavendra <vigneshr@ti.com>,
Kyungmin Park <kyungmin.park@samsung.com>,
Michal Simek <michal.simek@amd.com>,
Nicolas Ferre <nicolas.ferre@microchip.com>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Claudiu Beznea <claudiu.beznea@tuxon.dev>,
Heiko Stuebner <heiko@sntech.de>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Alexandre Torgue <alexandre.torgue@foss.st.com>,
Chen-Yu Tsai <wens@csie.org>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Samuel Holland <samuel@sholland.org>,
linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org,
Johan Hovold <johan@kernel.org>
Subject: [PATCH 4/8] mtd: rawnand: omap2: drop unused module alias
Date: Mon, 22 Sep 2025 17:31:03 +0200 [thread overview]
Message-ID: <20250922153107.16381-5-johan@kernel.org> (raw)
In-Reply-To: <20250922153107.16381-1-johan@kernel.org>
The driver only supports OF probing since commit 086c321ec57b ("mtd:
nand: omap2: Remove omap_nand_platform_data") so drop the unused
platform module alias.
Signed-off-by: Johan Hovold <johan@kernel.org>
---
drivers/mtd/nand/raw/omap2.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/mtd/nand/raw/omap2.c b/drivers/mtd/nand/raw/omap2.c
index 61fd98ad5c78..39e297486721 100644
--- a/drivers/mtd/nand/raw/omap2.c
+++ b/drivers/mtd/nand/raw/omap2.c
@@ -2332,6 +2332,5 @@ static struct platform_driver omap_nand_driver = {
module_platform_driver(omap_nand_driver);
-MODULE_ALIAS("platform:" DRIVER_NAME);
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Glue layer for NAND flash on TI OMAP boards");
--
2.49.1
next prev parent reply other threads:[~2025-09-22 15:32 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-22 15:30 [PATCH 0/8] mtd: drop unused module aliases Johan Hovold
2025-09-22 15:30 ` Johan Hovold
2025-09-22 15:31 ` [PATCH 1/8] mtd: hyperbus: hbmc-am654: drop unused module alias Johan Hovold
2025-09-22 15:31 ` Johan Hovold
2025-09-22 15:31 ` [PATCH 2/8] mtd: onenand: omap2: " Johan Hovold
2025-09-22 15:31 ` Johan Hovold
2025-09-22 15:31 ` [PATCH 3/8] mtd: rawnand: atmel: " Johan Hovold
2025-09-22 15:31 ` Johan Hovold
2025-09-22 15:31 ` Johan Hovold [this message]
2025-09-22 15:31 ` [PATCH 4/8] mtd: rawnand: omap2: " Johan Hovold
2025-09-22 15:31 ` [PATCH 5/8] mtd: rawnand: pl353: " Johan Hovold
2025-09-22 15:31 ` Johan Hovold
2025-09-22 15:31 ` [PATCH 6/8] mtd: rawnand: rockchip: " Johan Hovold
2025-09-22 15:31 ` Johan Hovold
2025-09-22 15:31 ` [PATCH 7/8] mtd: rawnand: stm32_fmc2: " Johan Hovold
2025-09-22 15:31 ` Johan Hovold
2025-09-22 15:31 ` [PATCH 8/8] mtd: rawnand: sunxi: " Johan Hovold
2025-09-22 15:31 ` Johan Hovold
2025-09-29 16:03 ` [PATCH 0/8] mtd: drop unused module aliases Miquel Raynal
2025-09-29 16:03 ` Miquel Raynal
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=20250922153107.16381-5-johan@kernel.org \
--to=johan@kernel.org \
--cc=alexandre.belloni@bootlin.com \
--cc=alexandre.torgue@foss.st.com \
--cc=claudiu.beznea@tuxon.dev \
--cc=heiko@sntech.de \
--cc=jernej.skrabec@gmail.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=mcoquelin.stm32@gmail.com \
--cc=michal.simek@amd.com \
--cc=miquel.raynal@bootlin.com \
--cc=nicolas.ferre@microchip.com \
--cc=richard@nod.at \
--cc=samuel@sholland.org \
--cc=tudor.ambarus@linaro.org \
--cc=vigneshr@ti.com \
--cc=wens@csie.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.