diff options
Diffstat (limited to 'drivers/media/common/tuners/xc5000_priv.h')
-rw-r--r-- | drivers/media/common/tuners/xc5000_priv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/xc5000_priv.h b/drivers/media/common/tuners/xc5000_priv.h index 13b2d19341d..a72a9887fe7 100644 --- a/drivers/media/common/tuners/xc5000_priv.h +++ b/drivers/media/common/tuners/xc5000_priv.h @@ -30,7 +30,8 @@ struct xc5000_priv { u32 bandwidth; u8 video_standard; u8 rf_mode; - u8 fwloaded; + + void *devptr; }; #endif |