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