summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/led_control.h
diff options
context:
space:
mode:
authorKevin McKinney <klmckinney1@gmail.com>2012-12-14 19:26:48 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-07 10:51:50 -0800
commitdf3d870f57fef53aa8e90ee9f6170bb7181ff44b (patch)
treeb1db839eafbbf51ce16405cea84f22ba84332fe9 /drivers/staging/bcm/led_control.h
parent3549a173dc3b2c94ab55b606aa6e6ccdc7357c3a (diff)
downloadop-kernel-dev-df3d870f57fef53aa8e90ee9f6170bb7181ff44b.zip
op-kernel-dev-df3d870f57fef53aa8e90ee9f6170bb7181ff44b.tar.gz
Staging: bcm: Replace BOOLEAN with bool in led_control.h
This patch replaces "BOOLEAN" with "bool" in led_control.h. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/bcm/led_control.h')
-rw-r--r--drivers/staging/bcm/led_control.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/bcm/led_control.h b/drivers/staging/bcm/led_control.h
index b670d0d..50a6d7d 100644
--- a/drivers/staging/bcm/led_control.h
+++ b/drivers/staging/bcm/led_control.h
@@ -69,13 +69,13 @@ typedef struct LedStateInfo_t {
typedef struct _LED_INFO_STRUCT {
LEDStateInfo LEDState[NUM_OF_LEDS];
- BOOLEAN bIdleMode_tx_from_host; /* Variable to notify whether driver came out from idlemode due to Host or target */
- BOOLEAN bIdle_led_off;
+ bool bIdleMode_tx_from_host; /* Variable to notify whether driver came out from idlemode due to Host or target */
+ bool bIdle_led_off;
wait_queue_head_t notify_led_event;
wait_queue_head_t idleModeSyncEvent;
struct task_struct *led_cntrl_threadid;
int led_thread_running;
- BOOLEAN bLedInitDone;
+ bool bLedInitDone;
} LED_INFO_STRUCT, *PLED_INFO_STRUCT;
OpenPOWER on IntegriCloud