Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1606548 > unrolled thread

[PATCH v2 05/53] mtd: nand: denali: remove more unused struct members

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2017-03-22 15:20 +0100
Last post2017-03-22 15:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 05/53] mtd: nand: denali: remove more unused struct members Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-03-22 15:20 +0100

#1606548 — [PATCH v2 05/53] mtd: nand: denali: remove more unused struct members

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2017-03-22 15:20 +0100
Subject[PATCH v2 05/53] mtd: nand: denali: remove more unused struct members
Message-ID<tnPhg-3Fu-43@gated-at.bofh.it>
These members are not used at all.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

Changes in v2:
  - Add git description

 drivers/mtd/nand/denali.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/mtd/nand/denali.h b/drivers/mtd/nand/denali.h
index c4f3a68..6573ea5 100644
--- a/drivers/mtd/nand/denali.h
+++ b/drivers/mtd/nand/denali.h
@@ -350,7 +350,6 @@ struct denali_nand_info {
 	struct nand_buf buf;
 	struct device *dev;
 	int total_used_banks;
-	uint32_t block;  /* stored for future use */
 	uint16_t page;
 	void __iomem *flash_reg;  /* 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;
 	spinlock_t irq_lock;
 	uint32_t irq_status;
-	int irq_debug_array[32];
 	int irq;
 
 	uint32_t devnum;	/* represent how many nands connected */
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web