Staging: bcm: Remove macro B_ULONG32 in led_control.h.
authorKevin McKinney <klmckinney1@gmail.com>
Sat, 15 Dec 2012 00:26:54 +0000 (19:26 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jan 2013 18:51:50 +0000 (10:51 -0800)
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>
drivers/staging/bcm/led_control.h

index c1b44b6..bae40e2 100644 (file)
@@ -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,