Skip to content

Commit

Permalink
Staging: bcm: Remove macro B_ULONG32 in led_control.h.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent d078fde commit f91d766
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/bcm/led_control.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f91d766

Please sign in to comment.