Skip to content

Commit

Permalink
rt2x00: remove needless ifdefs from rt2x00leds.h
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Acked-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and John W. Linville committed Nov 4, 2009
1 parent d07624f commit b35686d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/net/wireless/rt2x00/rt2x00leds.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ enum led_type {
LED_TYPE_QUALITY,
};

#ifdef CONFIG_RT2X00_LIB_LEDS

struct rt2x00_led {
struct rt2x00_dev *rt2x00dev;
struct led_classdev led_dev;
Expand All @@ -45,6 +43,4 @@ struct rt2x00_led {
#define LED_REGISTERED ( 1 << 1 )
};

#endif /* CONFIG_RT2X00_LIB_LEDS */

#endif /* RT2X00LEDS_H */

0 comments on commit b35686d

Please sign in to comment.