[media] drx-j: drxj_default_aud_data_g can be static

Fix sparse warning:
	drivers/media/dvb-frontends/drx39xyj/drxj.c:1039:16: sparse: symbol 'drxj_default_aud_data_g' was not declared. Should it be static?

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
Fengguang Wu 2014-03-09 09:08:30 -03:00 committed by Mauro Carvalho Chehab
parent b45e34f2a6
commit c4cfb29303
1 changed files with 1 additions and 1 deletions

View File

@ -902,7 +902,7 @@ struct drx_demod_instance drxj_default_demod_g = {
* This structure is DRXK specific.
*
*/
struct drx_aud_data drxj_default_aud_data_g = {
static struct drx_aud_data drxj_default_aud_data_g = {
false, /* audio_is_active */
DRX_AUD_STANDARD_AUTO, /* audio_standard */