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>
This commit is contained in:
parent
6b2fc9d495
commit
264a7cabb8
@ -350,7 +350,6 @@ struct denali_nand_info {
|
|||||||
struct nand_buf buf;
|
struct nand_buf buf;
|
||||||
struct device *dev;
|
struct device *dev;
|
||||||
int total_used_banks;
|
int total_used_banks;
|
||||||
uint32_t block; /* stored for future use */
|
|
||||||
uint16_t page;
|
uint16_t page;
|
||||||
void __iomem *flash_reg; /* Mapped io reg base address */
|
void __iomem *flash_reg; /* Mapped io reg base address */
|
||||||
void __iomem *flash_mem; /* Mapped io reg base address */
|
void __iomem *flash_mem; /* Mapped io reg base address */
|
||||||
@ -359,7 +358,6 @@ struct denali_nand_info {
|
|||||||
struct completion complete;
|
struct completion complete;
|
||||||
spinlock_t irq_lock;
|
spinlock_t irq_lock;
|
||||||
uint32_t irq_status;
|
uint32_t irq_status;
|
||||||
int irq_debug_array[32];
|
|
||||||
int irq;
|
int irq;
|
||||||
|
|
||||||
uint32_t devnum; /* represent how many nands connected */
|
uint32_t devnum; /* represent how many nands connected */
|
||||||
|
Loading…
Reference in New Issue
Block a user