diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2008-06-12 11:10:21 -0500 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2008-08-12 11:31:27 -0500 |
commit | e1c3dbada349992875934575c97b328ab2cb33ca (patch) | |
tree | fc4430ad0b8e883a0413b9bafbed9c2b89300ad0 /include/linux/mtd | |
parent | 300253306acc72b1b2e9faf0987f86551151d7cf (diff) | |
download | talos-obmc-uboot-e1c3dbada349992875934575c97b328ab2cb33ca.tar.gz talos-obmc-uboot-e1c3dbada349992875934575c97b328ab2cb33ca.zip |
nand: fsl_upm: convert to updated MTD NAND infrastructure
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r-- | include/linux/mtd/fsl_upm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mtd/fsl_upm.h b/include/linux/mtd/fsl_upm.h index 49fd8a60ff..638a4e468d 100644 --- a/include/linux/mtd/fsl_upm.h +++ b/include/linux/mtd/fsl_upm.h @@ -31,6 +31,9 @@ struct fsl_upm_nand { int wait_pattern; int (*dev_ready)(void); int chip_delay; + + /* no need to fill */ + int last_ctrl; }; extern int fsl_upm_nand_init(struct nand_chip *chip, struct fsl_upm_nand *fun); |