Commit f91d7665 authored by Kevin McKinney's avatar Kevin McKinney Committed by Greg Kroah-Hartman

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: default avatarKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d078fde3
...@@ -31,8 +31,6 @@ ...@@ -31,8 +31,6 @@
wrmaltWithLock(Adapter, BCM_GPIO_OUTPUT_SET_REG, &gpio_val, sizeof(gpio_val)); \ wrmaltWithLock(Adapter, BCM_GPIO_OUTPUT_SET_REG, &gpio_val, sizeof(gpio_val)); \
} while (0) } while (0)
#define B_ULONG32 unsigned long
enum bcm_led_colors { enum bcm_led_colors {
RED_LED = 1, RED_LED = 1,
BLUE_LED = 2, BLUE_LED = 2,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment