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

The driver has never supported anything but OF probing 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
362f84c8 2f05c108

-1
-1
drivers/mtd/nand/raw/sunxi_nand.c
··· 2205 2205 MODULE_LICENSE("GPL"); 2206 2206 MODULE_AUTHOR("Boris BREZILLON"); 2207 2207 MODULE_DESCRIPTION("Allwinner NAND Flash Controller driver"); 2208 - MODULE_ALIAS("platform:sunxi_nand");