aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ivtv/ivtv-fileops.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2007-03-03 06:50:42 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-04-27 14:44:13 -0400
commit31ec13561060b748221f4e0404bcc5bf8078ccd0 (patch)
tree27f1e91e9ce54d3e13090779fb95282269612117 /drivers/media/video/ivtv/ivtv-fileops.c
parent43053c07fa2935038bfc0e5dbaf417d1d66cd95d (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-fileops.c')
-rw-r--r--drivers/media/video/ivtv/ivtv-fileops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-fileops.c b/drivers/media/video/ivtv/ivtv-fileops.c
index 90e0f51e635c..2f38bb14ace9 100644
--- a/drivers/media/video/ivtv/ivtv-fileops.c
+++ b/drivers/media/video/ivtv/ivtv-fileops.c
@@ -730,7 +730,7 @@ void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end)
730 ivtv_release_stream(s); 730 ivtv_release_stream(s);
731} 731}
732 732
733void ivtv_stop_decoding(struct ivtv_open_id *id, int flags, u64 pts) 733static void ivtv_stop_decoding(struct ivtv_open_id *id, int flags, u64 pts)
734{ 734{
735 struct ivtv *itv = id->itv; 735 struct ivtv *itv = id->itv;
736 struct ivtv_stream *s = &itv->streams[id->type]; 736 struct ivtv_stream *s = &itv->streams[id->type];