diff options
-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 c1b44b6ee85..bae40e22e11 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, |