commit | b1206c091b2dbe9fb7555eb6bc21694ff11b3579 | [log] [tgz] |
---|---|---|
author | Kevin McKinney <klmckinney1@gmail.com> | Thu Nov 22 14:48:44 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Nov 26 16:05:21 2012 -0800 |
tree | 68d8c02264cc50e06c3effbe460c788569a719fa | |
parent | 3b99b9d5538f0a32dea6e1d79a04233514920b61 [diff] |
Staging: bcm: Remove typedef for _FLASH2X_COPY_SECTION and call directly. This patch removes typedef for _FLASH2X_COPY_SECTION, and changes the name of the struct to bcm_flash2x_copy_section. In addition, any calls to typedefs FLASH2X_COPY_SECTION, or *PFLASH2X_COPY_SECTION are changed to call the struct directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>