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: rockchip: 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
61163e73 1f7005d3

-1
-1
drivers/mtd/nand/raw/rockchip-nand-controller.c
··· 1505 1505 MODULE_LICENSE("Dual MIT/GPL"); 1506 1506 MODULE_AUTHOR("Yifeng Zhao <yifeng.zhao@rock-chips.com>"); 1507 1507 MODULE_DESCRIPTION("Rockchip Nand Flash Controller Driver"); 1508 - MODULE_ALIAS("platform:rockchip-nand-controller");