mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 11:56:12 +07:00
mtd: onenand: omap2: Remove partitioning support from platform data
No platform data user setups partitioning information, so remove. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Reviewed-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Acked-by: Roger Quadros <rogerq@ti.com> Tested-by: Tony Lindgren <tony@atomide.com> Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
This commit is contained in:
parent
11066d4295
commit
fafc0b3a9f
@ -703,8 +703,7 @@ static int omap2_onenand_probe(struct platform_device *pdev)
|
||||
if ((r = onenand_scan(&c->mtd, 1)) < 0)
|
||||
goto err_release_dma;
|
||||
|
||||
r = mtd_device_register(&c->mtd, pdata ? pdata->parts : NULL,
|
||||
pdata ? pdata->nr_parts : 0);
|
||||
r = mtd_device_register(&c->mtd, NULL, 0);
|
||||
if (r)
|
||||
goto err_release_onenand;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user