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

The driver only supports OF probing since commit f88fc122cc34 ("mtd:
nand: Cleanup/rework the atmel_nand driver") 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
7a3f3c5b cc74c3f8

-1
-1
drivers/mtd/nand/raw/atmel/pmecc.c
··· 1010 1010 MODULE_LICENSE("GPL"); 1011 1011 MODULE_AUTHOR("Boris Brezillon <boris.brezillon@free-electrons.com>"); 1012 1012 MODULE_DESCRIPTION("PMECC engine driver"); 1013 - MODULE_ALIAS("platform:atmel_pmecc");