commit | bd88acba5f9809af48f66267bb16024b9e33cf2b | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Mon Aug 12 17:20:22 2013 +0900 |
committer | Ohad Ben-Cohen <ohad@wizery.com> | Mon Feb 24 11:16:16 2014 +0200 |
tree | 8130bccfecae14ba49a0c662ac93de2347da0f72 | |
parent | 0ddc5ec1c1f4d776a8e702b3bcc25daa015b8de6 [diff] |
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 <jg1.han@samsung.com> [standartize patch title] Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>