OSDN Git Service

wifi: ipw2200: Remove the unused function ipw_alive()
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Mon, 17 Oct 2022 07:17:46 +0000 (15:17 +0800)
committerKalle Valo <kvalo@kernel.org>
Tue, 1 Nov 2022 10:20:29 +0000 (12:20 +0200)
commit7bb09fb8f5772c92313834e60eb350f2d8888921
tree8a467a28436b3a5ef0956a0104a29e641825a7f9
parent8fa681703175ba0ea283dd564a64edaef3472ee6
wifi: ipw2200: Remove the unused function ipw_alive()

The function ipw_alive() is defined in the ipw2200.c file, but not called
elsewhere, so delete this unused function.

drivers/net/wireless/intel/ipw2x00/ipw2200.c:3007:19: warning: unused function 'ipw_alive'.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2410
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20221017071746.118685-1-jiapeng.chong@linux.alibaba.com
drivers/net/wireless/intel/ipw2x00/ipw2200.c