diff options
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-hdw.c')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c index 3a93860310ed..e92ea6af8bc0 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c | |||
@@ -37,6 +37,7 @@ | |||
37 | #include "pvrusb2-debug.h" | 37 | #include "pvrusb2-debug.h" |
38 | #include "pvrusb2-fx2-cmd.h" | 38 | #include "pvrusb2-fx2-cmd.h" |
39 | #include "pvrusb2-wm8775.h" | 39 | #include "pvrusb2-wm8775.h" |
40 | #include "pvrusb2-video-v4l.h" | ||
40 | 41 | ||
41 | #define TV_MIN_FREQ 55250000L | 42 | #define TV_MIN_FREQ 55250000L |
42 | #define TV_MAX_FREQ 850000000L | 43 | #define TV_MAX_FREQ 850000000L |
@@ -111,6 +112,7 @@ typedef void (*pvr2_subdev_update_func)(struct pvr2_hdw *, | |||
111 | 112 | ||
112 | static const pvr2_subdev_update_func pvr2_module_update_functions[] = { | 113 | static const pvr2_subdev_update_func pvr2_module_update_functions[] = { |
113 | [PVR2_CLIENT_ID_WM8775] = pvr2_wm8775_update, | 114 | [PVR2_CLIENT_ID_WM8775] = pvr2_wm8775_update, |
115 | [PVR2_CLIENT_ID_SAA7115] = pvr2_saa7115_subdev_update, | ||
114 | }; | 116 | }; |
115 | 117 | ||
116 | static const char *module_names[] = { | 118 | static const char *module_names[] = { |