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: rawnand: omap2: drop unused module alias

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>

authored by

Johan Hovold and committed by
Miquel Raynal
b1a5c6de 7a3f3c5b

-1
-1
drivers/mtd/nand/raw/omap2.c
··· 2316 2316 2317 2317 module_platform_driver(omap_nand_driver); 2318 2318 2319 - MODULE_ALIAS("platform:" DRIVER_NAME); 2320 2319 MODULE_LICENSE("GPL"); 2321 2320 MODULE_DESCRIPTION("Glue layer for NAND flash on TI OMAP boards");