diff options
author | Brian Norris <computersforpeace@gmail.com> | 2011-08-30 18:45:45 -0700 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@intel.com> | 2011-09-11 15:57:44 +0300 |
commit | 4a89ff885ff9f64ea62669100766e10e4e257c6e (patch) | |
tree | 66d7251fbfcc208e883271e7defd215b71d69af7 /drivers/mtd/chips | |
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>
Diffstat (limited to 'drivers/mtd/chips')
0 files changed, 0 insertions, 0 deletions