summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2/pvrusb2-wm8775.h
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2009-03-07 04:39:34 +0100
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 17:43:35 +0200
commit5f6dae802c0f6a943c2c873c203642d1d3c2fc3f (patch)
tree40941ce08c2ef230262b215a78a6a725a8ece0d9 /drivers/media/video/pvrusb2/pvrusb2-wm8775.h
parentV4L/DVB (11175): pvrusb2: Implement sub-device specific update framework (diff)
downloadlinux-5f6dae802c0f6a943c2c873c203642d1d3c2fc3f.tar.xz
linux-5f6dae802c0f6a943c2c873c203642d1d3c2fc3f.zip
V4L/DVB (11176): pvrusb2: Tie in wm8775 sub-device handling
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-wm8775.h')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-wm8775.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-wm8775.h b/drivers/media/video/pvrusb2/pvrusb2-wm8775.h
index 5b2cb6183576..d2d4e7eb1107 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-wm8775.h
+++ b/drivers/media/video/pvrusb2/pvrusb2-wm8775.h
@@ -37,6 +37,9 @@
#include "pvrusb2-i2c-track.h"
int pvr2_i2c_wm8775_setup(struct pvr2_hdw *,struct pvr2_i2c_client *);
+#include "pvrusb2-hdw-internal.h"
+
+void pvr2_wm8775_update(struct pvr2_hdw *, struct v4l2_subdev *sd);
#endif /* __PVRUSB2_WM8775_H */