diff options
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-devattr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-devattr.h b/drivers/media/video/pvrusb2/pvrusb2-devattr.h index dd4e5adefd8f..38913519a818 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-devattr.h +++ b/drivers/media/video/pvrusb2/pvrusb2-devattr.h | |||
@@ -68,9 +68,11 @@ struct pvr2_device_desc { | |||
68 | was initialized from internal ROM. */ | 68 | was initialized from internal ROM. */ |
69 | struct pvr2_string_table fx2_firmware; | 69 | struct pvr2_string_table fx2_firmware; |
70 | 70 | ||
71 | #ifdef CONFIG_VIDEO_PVRUSB2_DVB | ||
71 | /* callback functions to handle attachment of digital tuner & demod */ | 72 | /* callback functions to handle attachment of digital tuner & demod */ |
72 | struct pvr2_dvb_props *dvb_props; | 73 | struct pvr2_dvb_props *dvb_props; |
73 | 74 | ||
75 | #endif | ||
74 | /* Initial standard bits to use for this device, if not zero. | 76 | /* Initial standard bits to use for this device, if not zero. |
75 | Anything set here is also implied as an available standard. | 77 | Anything set here is also implied as an available standard. |
76 | Note: This is ignored if overridden on the module load line via | 78 | Note: This is ignored if overridden on the module load line via |