From f91d7665f8ed34b1c798ab1fe419a25573bb65bf Mon Sep 17 00:00:00 2001 From: Kevin McKinney Date: Fri, 14 Dec 2012 19:26:54 -0500 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/bcm/led_control.h | 2 -- 1 file changed, 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,