diff options
author | Mike Isely <isely@pobox.com> | 2009-03-06 22:54:02 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:37 -0400 |
commit | 634ba268b965b57da1f60edbc57f14299a5326f6 (patch) | |
tree | de8badd54cd13ce31b86e0dcc94e7fc50cae4aec /drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.h | |
parent | 1e481cca49bf1c444562f5b86a0e5315d68640c7 (diff) |
V4L/DVB (11182): pvrusb2: Tie in cx25840 sub-device support
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.h')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.h b/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.h index f664f5942002..e48ce808bfe5 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.h +++ b/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.h | |||
@@ -39,6 +39,11 @@ | |||
39 | int pvr2_i2c_cx2584x_v4l_setup(struct pvr2_hdw *,struct pvr2_i2c_client *); | 39 | int pvr2_i2c_cx2584x_v4l_setup(struct pvr2_hdw *,struct pvr2_i2c_client *); |
40 | 40 | ||
41 | 41 | ||
42 | #include "pvrusb2-hdw-internal.h" | ||
43 | |||
44 | void pvr2_cx25840_subdev_update(struct pvr2_hdw *, struct v4l2_subdev *sd); | ||
45 | |||
46 | |||
42 | #endif /* __PVRUSB2_CX2584X_V4L_H */ | 47 | #endif /* __PVRUSB2_CX2584X_V4L_H */ |
43 | 48 | ||
44 | /* | 49 | /* |