staging: rts5139: fix bad symbol declaration
authorNeil Armstrong <superna9999@gmail.com>
Fri, 11 Apr 2014 12:58:58 +0000 (14:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 May 2014 22:30:52 +0000 (15:30 -0700)
commitdbdb85221af150e8ef570c333cb4729a98cc82c8
tree9ddde4824d5be34504e8c3da04f2d544f4594707
parent10f9f4aefa6f7aece31a0edff5ae2fdaaf55eca4
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 <superna9999@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5139/ms.c
drivers/staging/rts5139/ms_mg.c
drivers/staging/rts5139/ms_mg.h