summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/au1550nd.c
diff options
context:
space:
mode:
authorYoichi Yuasa2008-07-15 16:04:35 +0200
committerDavid Woodhouse2008-07-25 16:03:35 +0200
commitee39a0e61b8a307576b5e26057f8257444b5c9c1 (patch)
treeb221f3707973d798ffa727654df7e9c1a7c50e0d /drivers/mtd/nand/au1550nd.c
parent[MTD] jedec_probe: Fix SST 16-bit chip detection (diff)
downloadkernel-qcow2-linux-ee39a0e61b8a307576b5e26057f8257444b5c9c1.tar.gz
kernel-qcow2-linux-ee39a0e61b8a307576b5e26057f8257444b5c9c1.tar.xz
kernel-qcow2-linux-ee39a0e61b8a307576b5e26057f8257444b5c9c1.zip
[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>
Diffstat (limited to 'drivers/mtd/nand/au1550nd.c')
-rw-r--r--drivers/mtd/nand/au1550nd.c2
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);
*/
static void __exit au1550_cleanup(void)
{
- struct nand_chip *this = (struct nand_chip *)&au1550_mtd[1];
-
/* Release resources, unregister device */
nand_release(au1550_mtd);