]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wfx: Make function 'wfx_tx_queue_get' static
authorzhengbin <zhengbin13@huawei.com>
Wed, 9 Oct 2019 13:50:29 +0000 (21:50 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2019 08:47:12 +0000 (10:47 +0200)
commit1084d1008bb3f98470a3480f0e058c5ebb626d04
tree7ef4ff1cd943d3c309e1a031c3255b4278d71687
parent939ffa00f2c1defa298618988c00ab96e3acb5b6
staging: wfx: Make function 'wfx_tx_queue_get' static

Fix sparse warnings:

drivers/staging/wfx/queue.c:218:16: warning: symbol 'wfx_tx_queue_get' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Reviewed-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/1570629030-29888-3-git-send-email-zhengbin13@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/queue.c