Messages in this thread |  | | From | Ohad Ben-Cohen <> | Date | Mon, 24 Feb 2014 17:08:30 +0200 | Subject | Re: [PATCH] remoteproc: ste_modem: Staticize local symbols |
| |
On Mon, Aug 12, 2013 at 11:20 AM, Jingoo Han <jg1.han@samsung.com> wrote: > 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>
Applied and pushed to remoteproc-next, thanks!
|  |