Skip to content

Commit 5290833

Browse files
bbrezillonmiquelraynal
authored andcommitted
mtd: rawnand: fsl_upm: Get rid of the unused fsl_upm_nand.parts field
fsl_upm_nand.parts is unused, let's get rid of it. Signed-off-by: Boris Brezillon <[email protected]> Reviewed-by: Miquel Raynal <[email protected]> Signed-off-by: Miquel Raynal <[email protected]> Link: https://lore.kernel.org/linux-mtd/[email protected]
1 parent ccc49ef commit 5290833

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/mtd/nand/raw/fsl_upm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ struct fsl_upm_nand {
2929
struct device *dev;
3030
struct nand_chip chip;
3131
int last_ctrl;
32-
struct mtd_partition *parts;
3332
struct fsl_upm upm;
3433
uint8_t upm_addr_offset;
3534
uint8_t upm_cmd_offset;

0 commit comments

Comments
 (0)