commit | 3712af0c0d6889408c17138671814ab315ff53ce | [log] [tgz] |
---|---|---|
author | Kevin McKinney <klmckinney1@gmail.com> | Thu Nov 22 14:48:46 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Nov 26 16:05:22 2012 -0800 |
tree | 7d1da607b6d4656f3a9622f35d2500798d4bf826 | |
parent | 98e341d3ddb1eec46f7164a7a895149c671d10f5 [diff] |
Staging: bcm: Remove typedef for _NVM_READWRITE and call directly. This patch removes typedef for _NVM_READWRITE, and changes the name of the struct to bcm_nvm_readwrite. In addition, any calls to typedefs NVM_READWRITE, or *PNVM_READWRITE are changed to call the struct directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>