diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2008-07-15 10:04:35 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-25 10:03:35 -0400 |
commit | ee39a0e61b8a307576b5e26057f8257444b5c9c1 (patch) | |
tree | b221f3707973d798ffa727654df7e9c1a7c50e0d | |
parent | ca6f12c67ed19718cf37d0f531af9438de85b70c (diff) |
[MTD][NAND] au1550nd: remove unused variable
Remove unused variable from au1550 NAND driver.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-rw-r--r-- | drivers/mtd/nand/au1550nd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mtd/nand/au1550nd.c b/drivers/mtd/nand/au1550nd.c index 22ad9f367760..761946ea45b1 100644 --- a/drivers/mtd/nand/au1550nd.c +++ b/drivers/mtd/nand/au1550nd.c | |||
@@ -602,8 +602,6 @@ module_init(au1xxx_nand_init); | |||
602 | */ | 602 | */ |
603 | static void __exit au1550_cleanup(void) | 603 | static void __exit au1550_cleanup(void) |
604 | { | 604 | { |
605 | struct nand_chip *this = (struct nand_chip *)&au1550_mtd[1]; | ||
606 | |||
607 | /* Release resources, unregister device */ | 605 | /* Release resources, unregister device */ |
608 | nand_release(au1550_mtd); | 606 | nand_release(au1550_mtd); |
609 | 607 | ||