[MTD][NAND] au1550nd: remove unused variable
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Tue, 15 Jul 2008 14:04:35 +0000 (23:04 +0900)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 25 Jul 2008 14:03:35 +0000 (10:03 -0400)
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>
drivers/mtd/nand/au1550nd.c

index 22ad9f3..761946e 100644 (file)
@@ -602,8 +602,6 @@ module_init(au1xxx_nand_init);
  */
 static void __exit au1550_cleanup(void)
 {
-       struct nand_chip *this = (struct nand_chip *)&au1550_mtd[1];
-
        /* Release resources, unregister device */
        nand_release(au1550_mtd);