Browse Source

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>
Kevin McKinney 12 years ago
parent
commit
f91d7665f8
1 changed files with 0 additions and 2 deletions
  1. 0 2
      drivers/staging/bcm/led_control.h

+ 0 - 2
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,