Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mtd: onenand: omap2: drop unused module alias

The driver only supports OF probing since commit a758f50f10cf ("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>

authored by

Johan Hovold and committed by
Miquel Raynal
cc74c3f8 192f981c

-1
-1
drivers/mtd/nand/onenand/onenand_omap2.c
··· 603 603 604 604 module_platform_driver(omap2_onenand_driver); 605 605 606 - MODULE_ALIAS("platform:" DRIVER_NAME); 607 606 MODULE_LICENSE("GPL"); 608 607 MODULE_AUTHOR("Jarkko Lavinen <jarkko.lavinen@nokia.com>"); 609 608 MODULE_DESCRIPTION("Glue layer for OneNAND flash on OMAP2 / OMAP3");