From: Hong Xu Date: Sat, 24 Jan 2015 11:34:03 +0000 (-0800) Subject: ath9k and ath9k_htc: rename variable "led_blink" X-Git-Tag: fixes-v4.0-rc1~150^2~10^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c8a1e43aa3a1cefe125fd9385057aba5b4b4873;p=pandora-kernel.git ath9k and ath9k_htc: rename variable "led_blink" ath9k and ath9k_htc use the variable name "led_blink" to indicate whether the module parameter "blink" is on. This name is easy to conflict with other variables, and has caused a compiler error found by kbuild test bot. The compiler error is as following: drivers/net/wireless/ath/ath9k/ath9k_htc.o:(.data+0x47c): multiple definition of `led_blink' drivers/net/wireless/ath/ath9k/ath9k.o:(.bss+0x20): first defined here Fixes: 3a939a671225 ("ath9k_htc: Add a module parameter to disable blink") Reported-by: kbuild test robot Signed-off-by: Hong Xu Signed-off-by: Kalle Valo --- Reading git-diff-tree failed