Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: netlogic: remove unnecessary MTD partition probe specification

The cmdlinepart parser is already supported in the default probe.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Cc: linux-mtd@lists.infradead.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/10071/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Brian Norris and committed by
Ralf Baechle
cc23cafe 9a20b092

-3
-3
arch/mips/netlogic/xlr/platform-flash.c
··· 78 78 .resource = xlr_nor_res, 79 79 }; 80 80 81 - const char *xlr_part_probes[] = { "cmdlinepart", NULL }; 82 - 83 81 /* 84 82 * Use "gen_nand" driver for NAND flash 85 83 * ··· 109 111 .nr_partitions = ARRAY_SIZE(xlr_nand_parts), 110 112 .chip_delay = 50, 111 113 .partitions = xlr_nand_parts, 112 - .part_probe_types = xlr_part_probes, 113 114 }, 114 115 .ctrl = { 115 116 .cmd_ctrl = xlr_nand_ctrl,