From: Brian Norris Date: Wed, 31 Aug 2011 01:45:45 +0000 (-0700) Subject: mtd: nand: kill member `ops' of `struct nand_chip' X-Git-Tag: v3.2-rc1~14^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a89ff885ff9f64ea62669100766e10e4e257c6e;p=pandora-kernel.git mtd: nand: kill member `ops' of `struct nand_chip' The nand_chip.ops field is a struct that is passed around globally with no particular reason. Every time it is used, it could just as easily be replaced with a local struct that is updated on each operation. So make it local. Signed-off-by: Brian Norris Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed