Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kevin McKinney and committed by
Greg Kroah-Hartman
f91d7665 d078fde3

-2
-2
drivers/staging/bcm/led_control.h
··· 31 31 wrmaltWithLock(Adapter, BCM_GPIO_OUTPUT_SET_REG, &gpio_val, sizeof(gpio_val)); \ 32 32 } while (0) 33 33 34 - #define B_ULONG32 unsigned long 35 - 36 34 enum bcm_led_colors { 37 35 RED_LED = 1, 38 36 BLUE_LED = 2,