commit | fc82975aea38da8d605ff2fae3f871ac2929b67d | [log] [tgz] |
---|---|---|
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | Tue Jun 26 12:36:40 2018 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Jul 07 17:30:46 2018 +0200 |
tree | 3f4f46aca125177a4dc6dd77a11d6f91ebe841d7 | |
parent | 26d79b820b2773eabdc512c84d1152f0f631b2fc [diff] |
nvmem: core: remove unused nvmem_device ncells member nvmem ncells can be over written by calling nvmem_add_cells() multiple times. I see there is no real point of maintaining count of cells when we have a list of cell. Remove this to avoid any confusion! Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>