mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
mtd: onenand: omap2: drop unused module alias
The driver only supports OF probing since commit a758f50f10 ("mtd:
onenand: omap2: Configure driver from DT") 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
192f981c14
commit
cc74c3f8e4
|
|
@ -603,7 +603,6 @@ static struct platform_driver omap2_onenand_driver = {
|
|||
|
||||
module_platform_driver(omap2_onenand_driver);
|
||||
|
||||
MODULE_ALIAS("platform:" DRIVER_NAME);
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Jarkko Lavinen <jarkko.lavinen@nokia.com>");
|
||||
MODULE_DESCRIPTION("Glue layer for OneNAND flash on OMAP2 / OMAP3");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user