aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2/pvrusb2-wm8775.h
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2009-03-06 22:49:19 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:43:36 -0400
commit4ecbc28d3df967ee52dd9d060bc56d4a85196bdf (patch)
tree57d277ad32bc08fa6c7b40ab691999b9b2e57e1d /drivers/media/video/pvrusb2/pvrusb2-wm8775.h
parent01c59df818001b0bd3a31e2301a92a8c73bccbce (diff)
V4L/DVB (11179): pvrusb2: make sub-device specific update function names uniform
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-wm8775.h b/drivers/media/video/pvrusb2/pvrusb2-wm8775.h
index d2d4e7eb1107..a304988b1e79 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-wm8775.h
+++ b/drivers/media/video/pvrusb2/pvrusb2-wm8775.h
@@ -39,7 +39,7 @@
39int pvr2_i2c_wm8775_setup(struct pvr2_hdw *,struct pvr2_i2c_client *); 39int pvr2_i2c_wm8775_setup(struct pvr2_hdw *,struct pvr2_i2c_client *);
40#include "pvrusb2-hdw-internal.h" 40#include "pvrusb2-hdw-internal.h"
41 41
42void pvr2_wm8775_update(struct pvr2_hdw *, struct v4l2_subdev *sd); 42void pvr2_wm8775_subdev_update(struct pvr2_hdw *, struct v4l2_subdev *sd);
43 43
44 44
45#endif /* __PVRUSB2_WM8775_H */ 45#endif /* __PVRUSB2_WM8775_H */