mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 19:23:57 +08:00
[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>
This commit is contained in:
parent
ca6f12c67e
commit
ee39a0e61b
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user