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: pl353: 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
1f7005d3 b1a5c6de

-1
-1
drivers/mtd/nand/raw/pl35x-nand-controller.c
··· 1193 1193 module_platform_driver(pl35x_nandc_driver); 1194 1194 1195 1195 MODULE_AUTHOR("Xilinx, Inc."); 1196 - MODULE_ALIAS("platform:" PL35X_NANDC_DRIVER_NAME); 1197 1196 MODULE_DESCRIPTION("ARM PL35X NAND controller driver"); 1198 1197 MODULE_LICENSE("GPL");