diff options
Diffstat (limited to 'include/linux/mtd/onenand.h')
-rw-r--r-- | include/linux/mtd/onenand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/onenand.h b/include/linux/mtd/onenand.h index b9a64117d646..c557caa24a6c 100644 --- a/include/linux/mtd/onenand.h +++ b/include/linux/mtd/onenand.h | |||
@@ -95,6 +95,7 @@ struct onenand_chip { | |||
95 | const unsigned char *buffer, int offset, size_t count); | 95 | const unsigned char *buffer, int offset, size_t count); |
96 | unsigned short (*read_word)(void __iomem *addr); | 96 | unsigned short (*read_word)(void __iomem *addr); |
97 | void (*write_word)(unsigned short value, void __iomem *addr); | 97 | void (*write_word)(unsigned short value, void __iomem *addr); |
98 | void (*mmcontrol)(struct mtd_info *mtd, int sync_read); | ||
98 | 99 | ||
99 | spinlock_t chip_lock; | 100 | spinlock_t chip_lock; |
100 | wait_queue_head_t wq; | 101 | wait_queue_head_t wq; |