diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-03-22 16:07:04 -0400 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2017-03-24 04:51:32 -0400 |
commit | 264a7cabb80e8e9f75cee5cecdf0ed45839c4566 (patch) | |
tree | bef7f60bbbbf4d29f7d4df7a78b18cb33747393e /drivers/mtd/nand | |
parent | 6b2fc9d495aeaad4116827fc21433c85f82a134a (diff) |
mtd: nand: denali: remove more unused struct members
These members are not used at all.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'drivers/mtd/nand')
-rw-r--r-- | drivers/mtd/nand/denali.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mtd/nand/denali.h b/drivers/mtd/nand/denali.h index c4f3a683de93..6573ea59d4ff 100644 --- a/drivers/mtd/nand/denali.h +++ b/drivers/mtd/nand/denali.h | |||
@@ -350,7 +350,6 @@ struct denali_nand_info { | |||
350 | struct nand_buf buf; | 350 | struct nand_buf buf; |
351 | struct device *dev; | 351 | struct device *dev; |
352 | int total_used_banks; | 352 | int total_used_banks; |
353 | uint32_t block; /* stored for future use */ | ||
354 | uint16_t page; | 353 | uint16_t page; |
355 | void __iomem *flash_reg; /* Mapped io reg base address */ | 354 | void __iomem *flash_reg; /* Mapped io reg base address */ |
356 | void __iomem *flash_mem; /* Mapped io reg base address */ | 355 | void __iomem *flash_mem; /* Mapped io reg base address */ |
@@ -359,7 +358,6 @@ struct denali_nand_info { | |||
359 | struct completion complete; | 358 | struct completion complete; |
360 | spinlock_t irq_lock; | 359 | spinlock_t irq_lock; |
361 | uint32_t irq_status; | 360 | uint32_t irq_status; |
362 | int irq_debug_array[32]; | ||
363 | int irq; | 361 | int irq; |
364 | 362 | ||
365 | uint32_t devnum; /* represent how many nands connected */ | 363 | uint32_t devnum; /* represent how many nands connected */ |