commit | a2521d79715680386f3dbefbc2ffc93fdf08b58a | [log] [tgz] |
---|---|---|
author | Kevin McKinney <klmckinney1@gmail.com> | Thu Nov 22 14:48:54 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Nov 26 16:05:23 2012 -0800 |
tree | ae8d8a46fb5eb7fc99a669de05a20f341ecd681f | |
parent | 86d289d2570bfa469b756e95bf54cb694d12eeb5 [diff] |
Staging: bcm: Remove typedef for wrmbuffer and call directly. This patch removes typedef for wrmbuffer, and changes the name of the struct to bcm_wrm_buffer. In addition, any calls to typedefs WRM_BUFFER, or *PWRM_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>