Commit ee39a0e6 authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by David Woodhouse

[MTD][NAND] au1550nd: remove unused variable

Remove unused variable from au1550 NAND driver.
Signed-off-by: default avatarYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent ca6f12c6
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment