OSDN Git Service

test_firmware: make local symbol test_fw_config static
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 11 Jan 2018 11:13:45 +0000 (11:13 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Jan 2018 15:55:38 +0000 (16:55 +0100)
commit76f8ab1bd1cb0be3233ab07790c3108d986aeabf
tree459ab1a7c6b24f6c737c964357c97a6c1e09674d
parent5d54f948aaac4a6ab6b908af379103559a5a002c
test_firmware: make local symbol test_fw_config static

Fixes the following sparse warnings:

lib/test_firmware.c:99:20: warning:
 symbol 'test_fw_config' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lib/test_firmware.c