Skip to content
Snippets Groups Projects
Commit 300be15e authored by John Crispin's avatar John Crispin
Browse files

oxnas: complete NAND driver clean-up


some bit rot was accidentally left-out in r48986, remove it.

Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>

SVN-Revision: 48997
parent b756788c
No related branches found
No related tags found
No related merge requests found
......@@ -56,14 +56,10 @@ static int oxnas_nand_probe(struct platform_device *pdev)
return 0;
}
/* allow users to override the partition in DT using the cmdline */
static const char * part_probes[] = { "cmdlinepart", "ofpart", NULL };
static struct platform_nand_data oxnas_nand_data = {
.chip = {
.nr_chips = 1,
.chip_delay = 30,
.part_probe_types = part_probes,
},
.ctrl = {
.probe = oxnas_nand_probe,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment