summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/Adapter.h
diff options
context:
space:
mode:
authorKevin McKinney2012-12-15 01:26:50 +0100
committerGreg Kroah-Hartman2013-01-07 19:51:50 +0100
commit684fb7e6f0ff07f7d9ad513beabe44efed5bf882 (patch)
tree62c07d98e1f8875c4583f405db670b86f6a048cf /drivers/staging/bcm/Adapter.h
parentStaging: bcm: Replace UINT with unsigned int in led_control.h (diff)
downloadkernel-qcow2-linux-684fb7e6f0ff07f7d9ad513beabe44efed5bf882.tar.gz
kernel-qcow2-linux-684fb7e6f0ff07f7d9ad513beabe44efed5bf882.tar.xz
kernel-qcow2-linux-684fb7e6f0ff07f7d9ad513beabe44efed5bf882.zip
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>
Diffstat (limited to 'drivers/staging/bcm/Adapter.h')
-rw-r--r--drivers/staging/bcm/Adapter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h
index 1f7005d0b659..8bce936729f7 100644
--- a/drivers/staging/bcm/Adapter.h
+++ b/drivers/staging/bcm/Adapter.h
@@ -303,7 +303,7 @@ struct bcm_mini_adapter {
struct task_struct *transmit_packet_thread;
/* LED Related Structures */
- LED_INFO_STRUCT LEDInfo;
+ struct bcm_led_info LEDInfo;
/* Driver State for LED Blinking */
LedEventInfo_t DriverState;