]> git.baikalelectronics.ru Git - kernel.git/commit
V4L/DVB: hdpvr-core: make module parameters local
authorMárton Németh <nm127@freemail.hu>
Fri, 29 Jan 2010 20:30:53 +0000 (17:30 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 26 Feb 2010 18:10:52 +0000 (15:10 -0300)
commitc90e0dfb6f28f9e8969ec684b65e4022ad914aba
treed8064154069bc410b679f0deb8f500efffa7ddb2
parent8e95318d5c77982980e5b2c6ee6bcfdd1f13b2ea
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 <nm127@freemail.hu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/hdpvr/hdpvr-core.c