diff options
author | Kevin McKinney <klmckinney1@gmail.com> | 2012-12-14 19:26:54 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-07 10:51:50 -0800 |
commit | f91d7665f8ed34b1c798ab1fe419a25573bb65bf (patch) | |
tree | 71e891b74a2c936dcb9b6538f445164957f9bd9a /drivers | |
parent | d078fde369d175eb188c92df07c3163079d8beab (diff) |
Staging: bcm: Remove macro B_ULONG32 in led_control.h.
This patch removes macro B_ULONG32 in led_control.h
because it is not being used.
Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/bcm/led_control.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/bcm/led_control.h b/drivers/staging/bcm/led_control.h index c1b44b6ee857..bae40e22e11b 100644 --- a/drivers/staging/bcm/led_control.h +++ b/drivers/staging/bcm/led_control.h @@ -31,8 +31,6 @@ wrmaltWithLock(Adapter, BCM_GPIO_OUTPUT_SET_REG, &gpio_val, sizeof(gpio_val)); \ } while (0) -#define B_ULONG32 unsigned long - enum bcm_led_colors { RED_LED = 1, BLUE_LED = 2, |