diff options
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h b/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h index c725495826ce..6fe0a882209f 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h | |||
@@ -41,6 +41,7 @@ | |||
41 | #include "pvrusb2-io.h" | 41 | #include "pvrusb2-io.h" |
42 | #include <media/cx2341x.h> | 42 | #include <media/cx2341x.h> |
43 | #include "pvrusb2-devattr.h" | 43 | #include "pvrusb2-devattr.h" |
44 | #include "pvrusb2-dvb.h" | ||
44 | 45 | ||
45 | /* Legal values for PVR2_CID_HSM */ | 46 | /* Legal values for PVR2_CID_HSM */ |
46 | #define PVR2_CVAL_HSM_FAIL 0 | 47 | #define PVR2_CVAL_HSM_FAIL 0 |
@@ -373,6 +374,8 @@ struct pvr2_hdw { | |||
373 | 374 | ||
374 | struct pvr2_ctrl *controls; | 375 | struct pvr2_ctrl *controls; |
375 | unsigned int control_cnt; | 376 | unsigned int control_cnt; |
377 | |||
378 | struct pvr2_dvb_adapter dvb; | ||
376 | }; | 379 | }; |
377 | 380 | ||
378 | /* This function gets the current frequency */ | 381 | /* This function gets the current frequency */ |