mac80211: add led_trigger_blink{_oneshot}()
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 8 Feb 2014 12:19:22 +0000 (12:19 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 8 Feb 2014 12:19:22 +0000 (12:19 +0000)
commitd7126ce3617f95903eddb9f6202a1ffc9a0aeb5a
tree05c91ecdbb4c442bc8687cfa3b90dff6da2d1932
parentaa60e35fa71672dd3e69599711a0154dcdac0ebd
mac80211: add led_trigger_blink{_oneshot}()

When led support is deactivated in the kernel and
CPTCFG_BACKPORT_BUILD_LEDS is set mac80211 references
led_trigger_blink_oneshot() but it is not declared anywhere.

This fixes the following build error:
net/mac80211/led.c: In function 'ieee80211_led_rx':
net/mac80211/led.c:25:2: error: implicit declaration of function 'led_trigger_blink_oneshot' [-Werror=implicit-function-declaration]

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39530
package/kernel/mac80211/patches/004-backports-add-led_trigger_blink-_oneshot.patch [new file with mode: 0644]