commit | 3753164384a99c52682ba6dc38a9c8a87ecf55ad | [log] [tgz] |
---|---|---|
author | Kevin McKinney <klmckinney1@gmail.com> | Sat May 26 12:04:58 2012 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jun 04 21:06:35 2012 -0700 |
tree | b423574a1d1c8f60373019c2be4dd3f3e99a27d4 | |
parent | 406a50826fb728ff3105907a2bf3e3180667e122 [diff] |
Staging: bcm: Remove typedef for _STTARGETDSXBUFFER and call directly. This patch removes typedef for _STTARGETDSXBUFFER, changes the name of the struct from _STTARGETDSXBUFFER to bcm_targetdsx_buffer. In addition, any calls to the following typedefs "STTARGETDSXBUFFER, *PSTTARGETDSXBUFFER" are changed to call the struct directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>