Commit 1f7005d3 authored by Johan Hovold's avatar Johan Hovold Committed by Miquel Raynal
Browse files

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: default avatarJohan Hovold <johan@kernel.org>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
parent b1a5c6de
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1193,6 +1193,5 @@ static struct platform_driver pl35x_nandc_driver = {
module_platform_driver(pl35x_nandc_driver);

MODULE_AUTHOR("Xilinx, Inc.");
MODULE_ALIAS("platform:" PL35X_NANDC_DRIVER_NAME);
MODULE_DESCRIPTION("ARM PL35X NAND controller driver");
MODULE_LICENSE("GPL");