uwb: Staticize local symbols
authorJingoo Han <jg1.han@samsung.com>
Mon, 19 Aug 2013 07:20:51 +0000 (16:20 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Aug 2013 00:08:16 +0000 (17:08 -0700)
commit67e51ec4ed09482b53a81fb33df81a2d5a15aa2f
tree62c245aa9a55faf9d8f320900faa380c01a47cd5
parent3b716caf190ccc6f2a09387210e0e6a26c1d81a4
uwb: Staticize local symbols

These local symbols are used only in this file.
Fix the following sparse warnings:

drivers/uwb/drp-ie.c:30:5: warning: symbol 'uwb_rsv_reason_code' was not declared. Should it be static?
drivers/uwb/drp-ie.c:58:5: warning: symbol 'uwb_rsv_companion_reason_code' was not declared. Should it be static?

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/uwb/drp-ie.c
This page took 0.034706 seconds and 5 git commands to generate.