summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/bcm47xxnflash/bcm47xxnflash.h
diff options
context:
space:
mode:
authorBoris BREZILLON <boris.brezillon@free-electrons.com>2015-12-10 08:59:52 +0100
committerBrian Norris <computersforpeace@gmail.com>2015-12-18 12:45:02 -0800
commit17dd20bd7d4389d3bc54d71e263088039203ea07 (patch)
tree2b983c6faca2013db04c7a6a3271d3dfad9f617f /drivers/mtd/nand/bcm47xxnflash/bcm47xxnflash.h
parent4883090bedd79c2c5b408976f0f49e7041cbc3cb (diff)
mtd: nand: bcm47xx: use the mtd instance embedded in struct nand_chip
struct nand_chip now embeds an mtd device. Make use of this mtd instance. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd/nand/bcm47xxnflash/bcm47xxnflash.h')
-rw-r--r--drivers/mtd/nand/bcm47xxnflash/bcm47xxnflash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/bcm47xxnflash/bcm47xxnflash.h b/drivers/mtd/nand/bcm47xxnflash/bcm47xxnflash.h
index c005a62330b1..8ea75710a854 100644
--- a/drivers/mtd/nand/bcm47xxnflash/bcm47xxnflash.h
+++ b/drivers/mtd/nand/bcm47xxnflash/bcm47xxnflash.h
@@ -12,7 +12,6 @@ struct bcm47xxnflash {
struct bcma_drv_cc *cc;
struct nand_chip nand_chip;
- struct mtd_info mtd;
unsigned curr_command;
int curr_page_addr;