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)
commit274c16e81e4f0ac87182a865f4bc158672690240
tree22138ad7ba49a4769d259955f59bae945f4375c3
parent6cf402a41d142fdbf725ff917f3487a11d7473ae
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]