aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ivtv/ivtv-fileops.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-fileops.h')
-rw-r--r--drivers/media/video/ivtv/ivtv-fileops.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-fileops.h b/drivers/media/video/ivtv/ivtv-fileops.h
index 1afa950209b8..74a1745fabbc 100644
--- a/drivers/media/video/ivtv/ivtv-fileops.h
+++ b/drivers/media/video/ivtv/ivtv-fileops.h
@@ -30,7 +30,6 @@ unsigned int ivtv_v4l2_dec_poll(struct file *filp, poll_table * wait);
30int ivtv_start_capture(struct ivtv_open_id *id); 30int ivtv_start_capture(struct ivtv_open_id *id);
31void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end); 31void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end);
32int ivtv_start_decoding(struct ivtv_open_id *id, int speed); 32int ivtv_start_decoding(struct ivtv_open_id *id, int speed);
33void ivtv_stop_decoding(struct ivtv_open_id *id, int flags, u64 pts);
34void ivtv_mute(struct ivtv *itv); 33void ivtv_mute(struct ivtv *itv);
35void ivtv_unmute(struct ivtv *itv); 34void ivtv_unmute(struct ivtv *itv);
36 35