Commit 634c8d25 authored by Hauke Mehrtens's avatar Hauke Mehrtens Committed by John W. Linville

rtl8187: fix typo in ifdef comment

Cc: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
Cc: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
Acked-by: default avatarHin-Tak Leung <htl10@users.sourceforge.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 063b2dff
...@@ -241,5 +241,5 @@ void rtl8187_leds_exit(struct ieee80211_hw *dev) ...@@ -241,5 +241,5 @@ void rtl8187_leds_exit(struct ieee80211_hw *dev)
cancel_delayed_work_sync(&priv->led_off); cancel_delayed_work_sync(&priv->led_off);
cancel_delayed_work_sync(&priv->led_on); cancel_delayed_work_sync(&priv->led_on);
} }
#endif /* def CONFIG_RTL8187_LED */ #endif /* def CONFIG_RTL8187_LEDS */
...@@ -54,6 +54,6 @@ struct rtl8187_led { ...@@ -54,6 +54,6 @@ struct rtl8187_led {
void rtl8187_leds_init(struct ieee80211_hw *dev, u16 code); void rtl8187_leds_init(struct ieee80211_hw *dev, u16 code);
void rtl8187_leds_exit(struct ieee80211_hw *dev); void rtl8187_leds_exit(struct ieee80211_hw *dev);
#endif /* def CONFIG_RTL8187_LED */ #endif /* def CONFIG_RTL8187_LEDS */
#endif /* RTL8187_LED_H */ #endif /* RTL8187_LED_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment