V4L/DVB (13688): au8522: modify the attributes of local filter coefficients
authorMárton Németh <nm127@freemail.hu>
Sun, 13 Dec 2009 20:19:37 +0000 (17:19 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 16 Dec 2009 11:27:58 +0000 (09:27 -0200)
commitc86a3c37b1ae77b672c8ff77f833484a2936f125
tree0726c56a707846a3f2f3b76678535528e0663f97
parent7ee0a28829e245648091040d4ba30feea5fa5ed5
V4L/DVB (13688): au8522: modify the attributes of local filter coefficients

Make the local filter coefficients static and const. This will eliminate the
following sparse warnings (see "make C=1"):
 * au8522_decoder.c:71:31: warning: symbol 'filter_coef' was not declared. Should it be static?
 * au8522_decoder.c:113:31: warning: symbol 'lpfilter_coef' was not declared. Should it be static?

Signed-off-by: Márton Németh <nm127@freemail.hu>
Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/au8522_decoder.c