commit | 4a89ff885ff9f64ea62669100766e10e4e257c6e | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Tue Aug 30 18:45:45 2011 -0700 |
committer | Artem Bityutskiy <artem.bityutskiy@intel.com> | Sun Sep 11 15:57:44 2011 +0300 |
tree | 66d7251fbfcc208e883271e7defd215b71d69af7 | |
parent | 4180f24a7bff3aa7978e3785d0edd5dcc4af9049 [diff] |
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 <computersforpeace@gmail.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>