aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2/pvrusb2-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-context.h')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-context.h b/drivers/media/video/pvrusb2/pvrusb2-context.h
index 4d0f4ad64122..6327fa1f7e4f 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-context.h
+++ b/drivers/media/video/pvrusb2/pvrusb2-context.h
@@ -76,8 +76,6 @@ void pvr2_channel_init(struct pvr2_channel *,struct pvr2_context *);
76void pvr2_channel_done(struct pvr2_channel *); 76void pvr2_channel_done(struct pvr2_channel *);
77int pvr2_channel_claim_stream(struct pvr2_channel *, 77int pvr2_channel_claim_stream(struct pvr2_channel *,
78 struct pvr2_context_stream *); 78 struct pvr2_context_stream *);
79int pvr2_channel_check_stream_no_lock(struct pvr2_channel *,
80 struct pvr2_context_stream *);
81struct pvr2_ioread *pvr2_channel_create_mpeg_stream( 79struct pvr2_ioread *pvr2_channel_create_mpeg_stream(
82 struct pvr2_context_stream *); 80 struct pvr2_context_stream *);
83 81