From: Jingoo Han Date: Mon, 12 Aug 2013 08:20:22 +0000 (+0900) Subject: remoteproc/ste_modem: staticize local symbols X-Git-Tag: v3.15-rc1~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd88acba5f9809af48f66267bb16024b9e33cf2b;p=pandora-kernel.git remoteproc/ste_modem: staticize local symbols These local symbols are used only in this file. Fix the following sparse warnings: drivers/remoteproc/ste_modem_rproc.c:167:27: warning: symbol 'sproc_fw_ops' was not declared. Should it be static? drivers/remoteproc/ste_modem_rproc.c:196:25: warning: symbol 'sproc_dev_cb' was not declared. Should it be static? Signed-off-by: Jingoo Han [standartize patch title] Signed-off-by: Ohad Ben-Cohen --- Reading git-diff-tree failed