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