From: Jingoo Han Date: Mon, 19 Aug 2013 07:20:51 +0000 (+0900) Subject: uwb: Staticize local symbols X-Git-Tag: v3.12-rc1~186^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67e51ec4ed09482b53a81fb33df81a2d5a15aa2f;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed