From dbdb85221af150e8ef570c333cb4729a98cc82c8 Mon Sep 17 00:00:00 2001 From: Neil Armstrong Date: Fri, 11 Apr 2014 14:58:58 +0200 Subject: [PATCH] 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-format-patch failed