commit | 168b14009a135d669cb68fa9839cf3b796dd6382 | [log] [tgz] |
---|---|---|
author | Kevin McKinney <klmckinney1@gmail.com> | Sat Dec 01 01:15:56 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jan 07 10:45:51 2013 -0800 |
tree | 6613714f962856329b841a0aa06f4bb91c01576f | |
parent | 08391731e08d9e0d48664680e7b174e6f61d00e3 [diff] |
Staging: bcm: Remove typedef for _FLASH_CS_INFO and call directly. This patch removes typedef for _FLASH_CS_INFO, and changes the name of the struct to bcm_flash_cs_info. In addition, any calls to typedefs FLASH_CS_INFO, or *PFLASH_CS_INFO are changed to call the struct directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>