diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-03-03 06:50:42 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 14:44:13 -0400 |
commit | 31ec13561060b748221f4e0404bcc5bf8078ccd0 (patch) | |
tree | 27f1e91e9ce54d3e13090779fb95282269612117 /drivers/media/video/ivtv/ivtv-driver.c | |
parent | 43053c07fa2935038bfc0e5dbaf417d1d66cd95d (diff) |
V4L/DVB (5379): If possible make vars/functions static.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-driver.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.c b/drivers/media/video/ivtv/ivtv-driver.c index 9a8dae811ddf..162a1e8fcdc8 100644 --- a/drivers/media/video/ivtv/ivtv-driver.c +++ b/drivers/media/video/ivtv/ivtv-driver.c | |||
@@ -121,7 +121,7 @@ static int ivtv_pci_latency = 1; | |||
121 | 121 | ||
122 | int ivtv_debug = 0; | 122 | int ivtv_debug = 0; |
123 | 123 | ||
124 | int newi2c = -1; | 124 | static int newi2c = -1; |
125 | 125 | ||
126 | module_param_array(tuner, int, &tuner_c, 0644); | 126 | module_param_array(tuner, int, &tuner_c, 0644); |
127 | module_param_array(radio, bool, &radio_c, 0644); | 127 | module_param_array(radio, bool, &radio_c, 0644); |