diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2014-12-02 22:48:26 +0300 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-02-02 12:04:36 +0300 |
commit | cd145af998886bf3c596cb7b6ddc55a287b76e76 (patch) | |
tree | 3e57b712a24029518b2e276f01d7402d30020326 /arch/mips/include/asm/mach-jz4740 | |
parent | e0377cdebaf3913bff693c9eea17ff6eb4d7abc8 (diff) | |
download | linux-cd145af998886bf3c596cb7b6ddc55a287b76e76.tar.xz |
mtd: nand: jz4740: Convert to GPIO descriptor API
Use the GPIO descriptor API instead of the deprecated legacy GPIO API to
manage the busy GPIO.
The patch updates both the jz4740 nand driver and the only user of the driver
the qi-lb60 board driver.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'arch/mips/include/asm/mach-jz4740')
-rw-r--r-- | arch/mips/include/asm/mach-jz4740/jz4740_nand.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/asm/mach-jz4740/jz4740_nand.h b/arch/mips/include/asm/mach-jz4740/jz4740_nand.h index 986982db7c38..79cff26d8b36 100644 --- a/arch/mips/include/asm/mach-jz4740/jz4740_nand.h +++ b/arch/mips/include/asm/mach-jz4740/jz4740_nand.h @@ -27,8 +27,6 @@ struct jz_nand_platform_data { struct nand_ecclayout *ecc_layout; - unsigned int busy_gpio; - unsigned char banks[JZ_NAND_NUM_BANKS]; void (*ident_callback)(struct platform_device *, struct nand_chip *, |