Skip to content

Commit cc74c3f

Browse files
jhovoldmiquelraynal
authored andcommitted
mtd: onenand: omap2: drop unused module alias
The driver only supports OF probing since commit a758f50 ("mtd: onenand: omap2: Configure driver from DT") so drop the unused platform module alias. Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
1 parent 192f981 commit cc74c3f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/mtd/nand/onenand/onenand_omap2.c

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

604604
module_platform_driver(omap2_onenand_driver);
605605

606-
MODULE_ALIAS("platform:" DRIVER_NAME);
607606
MODULE_LICENSE("GPL");
608607
MODULE_AUTHOR("Jarkko Lavinen <jarkko.lavinen@nokia.com>");
609608
MODULE_DESCRIPTION("Glue layer for OneNAND flash on OMAP2 / OMAP3");

0 commit comments

Comments
 (0)