mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
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>
This commit is contained in:
parent
b1a5c6de97
commit
1f7005d382
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user