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