commit | 684fb7e6f0ff07f7d9ad513beabe44efed5bf882 | [log] [tgz] |
---|---|---|
author | Kevin McKinney <klmckinney1@gmail.com> | Fri Dec 14 19:26:50 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jan 07 10:51:50 2013 -0800 |
tree | 62c07d98e1f8875c4583f405db670b86f6a048cf | |
parent | a6f0b530e56d8b7ee428d92af1c7da88e4d9d583 [diff] |
Staging: bcm: Remove typedef for _LED_INFO_STRUCT and call directly. This patch removes typedef for _LED_INFO_STRUCT, and changes the name of the struct to bcm_led_info. In addition, any calls to struct LED_INFO_STRUCT, or *PLED_INFO_STRUCT are changed to call directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>