From: Ana Rey Date: Thu, 13 Mar 2014 09:47:51 +0000 (+0100) Subject: staging: rts5139: make the local variable static X-Git-Tag: v3.15-rc1~139^2~408 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf883f9b068f58fdee7ca586d1716987c546f765;p=pandora-kernel.git staging: rts5139: make the local variable static Make the local variable (media_not_present and invalid_cmd_field) static Fix the following sparse warnings in rts51x_transport.c drivers/staging/rts5139/rts51x_transport.c:649:4: warning: symbol 'media_not_present' was not declared. Should it be static? drivers/staging/rts5139/rts51x_transport.c:651:4: warning: symbol 'invalid_cmd_field' was not declared. Should it be static? Signed-off-by: Ana Rey Acked-by: Paul E. McKenney Signed-off-by: Peter P Waskiewicz Jr --- Reading git-diff-tree failed