From: Neil Armstrong Date: Fri, 11 Apr 2014 12:58:58 +0000 (+0200) Subject: staging: rts5139: fix bad symbol declaration X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~854 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbdb85221af150e8ef570c333cb4729a98cc82c8;p=pandora-kernel.git staging: rts5139: fix bad symbol declaration With sparse, the following error appears : CHECK drivers/staging/rts5139/ms_mg.c drivers/staging/rts5139/ms_mg.c:82:5: warning: symbol 'mg_set_tpc_para_sub' was not declared. Should it be static? Rename function with correct prefix and move declaration to coherent internal header file. Signed-off-by: Neil 'Superna' Armstrong Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed