diff options
author | Mike Isely <isely@pobox.com> | 2008-04-22 13:45:43 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:48 -0400 |
commit | ee9ca4b24f03b4da04cae1a24ea445ceb8a1f3d2 (patch) | |
tree | d893067fb7593d2f189d6c4cae1d33b17872cdfd /drivers/media/video/pvrusb2/pvrusb2-context.h | |
parent | a00199fb3fe41c8190c38e548a178e965f582cda (diff) |
V4L/DVB (7318): pvrusb2: Remove dead code
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-context.h')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-context.h b/drivers/media/video/pvrusb2/pvrusb2-context.h index a04187a93225..96b255f02381 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-context.h +++ b/drivers/media/video/pvrusb2/pvrusb2-context.h | |||
@@ -30,7 +30,6 @@ struct pvr2_stream; /* stream interface - defined elsewhere */ | |||
30 | struct pvr2_context; /* All central state */ | 30 | struct pvr2_context; /* All central state */ |
31 | struct pvr2_channel; /* One I/O pathway to a user */ | 31 | struct pvr2_channel; /* One I/O pathway to a user */ |
32 | struct pvr2_context_stream; /* Wrapper for a stream */ | 32 | struct pvr2_context_stream; /* Wrapper for a stream */ |
33 | struct pvr2_crit_reg; /* Critical region pointer */ | ||
34 | struct pvr2_ioread; /* Low level stream structure */ | 33 | struct pvr2_ioread; /* Low level stream structure */ |
35 | 34 | ||
36 | struct pvr2_context_stream { | 35 | struct pvr2_context_stream { |