From: Márton Németh Date: Fri, 29 Jan 2010 20:30:53 +0000 (-0300) Subject: V4L/DVB: hdpvr-core: make module parameters local X-Git-Tag: v2.6.34-rc1~280^2~144 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b38aa09df33d931defe4958582e826db59a9731c;p=pandora-kernel.git V4L/DVB: hdpvr-core: make module parameters local The default_video_input and default_audio_input module parameters are only used inside the hdpvr-core.c file so make them static. This will remove the following sparse warnings (see "make C=1"): * warning: symbol 'default_video_input' was not declared. Should it be static? * warning: symbol 'default_audio_input' was not declared. Should it be static? Signed-off-by: Márton Németh Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed