]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
mtd: rawnand: omap2: drop unused module alias
authorJohan Hovold <johan@kernel.org>
Mon, 22 Sep 2025 15:31:03 +0000 (17:31 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 29 Sep 2025 16:02:31 +0000 (18:02 +0200)
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>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/omap2.c

index b8af3a3533fc57fb24b07906aa02c6187f7aeca7..ef0f75fd1825e4a72e97cb0f3886b29b6f83d935 100644 (file)
@@ -2316,6 +2316,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");