diff options
Diffstat (limited to 'drivers/media/video/hdpvr/hdpvr.h')
-rw-r--r-- | drivers/media/video/hdpvr/hdpvr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/hdpvr/hdpvr.h b/drivers/media/video/hdpvr/hdpvr.h index 37f1e4c7675d..29f74269400c 100644 --- a/drivers/media/video/hdpvr/hdpvr.h +++ b/drivers/media/video/hdpvr/hdpvr.h | |||
@@ -106,7 +106,7 @@ struct hdpvr_device { | |||
106 | struct work_struct worker; | 106 | struct work_struct worker; |
107 | 107 | ||
108 | /* I2C adapter */ | 108 | /* I2C adapter */ |
109 | struct i2c_adapter *i2c_adapter; | 109 | struct i2c_adapter i2c_adapter; |
110 | /* I2C lock */ | 110 | /* I2C lock */ |
111 | struct mutex i2c_mutex; | 111 | struct mutex i2c_mutex; |
112 | 112 | ||