commit | a869993f8f763b9792990e7ef8e8a644b799d0d3 | [log] [tgz] |
---|---|---|
author | Kevin McKinney <klmckinney1@gmail.com> | Sat May 26 12:05:10 2012 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jun 04 21:09:21 2012 -0700 |
tree | b074c8ffdaf8a21f9e1a87cd57f282b4b668944b | |
parent | c1975eda98d12c7b34cdc94c53cda32de263e4af [diff] |
Staging: bcm: Remove typedef for _PACKETTOSEND and call directly. This patch removes typedef for _PACKETTOSEND, changes the name of the struct from _PACKETTOSEND to bcm_packettosend. In addition, any calls to the following typedefs "PACKETTOSEND, *PPACKETTOSEND" are changed to call the struct directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>