Files
android_kernel_xiaomi_sm8450/drivers/net/wireless/ath/ath9k
Baoyou Xie c39265f72a ath9k: mark ath_fill_led_pin() static
We get 1 warning about global functions without a declaration
in the ath9k gpio driver when building with W=1:
drivers/net/wireless/ath/ath9k/gpio.c:25:6: warning: no previous prototype for 'ath_fill_led_pin' [-Wmissing-prototypes]

In fact, this function is only used in the file in which it is declared
and don't need a declaration, but can be made static.
so this patch marks it 'static'.

Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2016-09-02 19:06:05 +03:00
..
2016-08-19 13:07:06 +03:00
2015-03-03 14:55:24 +02:00
2015-03-13 15:19:36 +02:00
2016-04-12 15:56:15 +02:00
2015-10-28 20:57:13 +02:00
2016-04-12 15:56:15 +02:00
2016-03-11 14:00:04 +02:00
2016-09-02 19:06:05 +03:00
2016-04-26 14:13:59 +03:00
2014-02-12 15:36:03 -05:00
2015-06-15 12:44:34 +03:00
2015-03-20 08:27:17 +02:00
2015-01-15 14:25:03 +02:00
2016-08-19 13:05:26 +03:00
2015-03-03 14:55:24 +02:00
2015-03-03 14:55:27 +02:00
2015-02-26 14:58:43 +02:00
2016-04-04 17:07:28 +03:00
2016-05-28 11:24:25 +03:00
2016-04-12 15:56:15 +02:00