diff options
Diffstat (limited to 'include/linux/mtd/sh_flctl.h')
-rw-r--r-- | include/linux/mtd/sh_flctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/sh_flctl.h b/include/linux/mtd/sh_flctl.h index e77c1cea404d..164c9d4013c0 100644 --- a/include/linux/mtd/sh_flctl.h +++ b/include/linux/mtd/sh_flctl.h | |||
@@ -96,6 +96,7 @@ | |||
96 | struct sh_flctl { | 96 | struct sh_flctl { |
97 | struct mtd_info mtd; | 97 | struct mtd_info mtd; |
98 | struct nand_chip chip; | 98 | struct nand_chip chip; |
99 | struct platform_device *pdev; | ||
99 | void __iomem *reg; | 100 | void __iomem *reg; |
100 | 101 | ||
101 | uint8_t done_buff[2048 + 64]; /* max size 2048 + 64 */ | 102 | uint8_t done_buff[2048 + 64]; /* max size 2048 + 64 */ |