aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/via/via_i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/via/via_i2c.h')
-rw-r--r--drivers/video/via/via_i2c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/via/via_i2c.h b/drivers/video/via/via_i2c.h
index b2332cce9d18..1d18e7d57b7f 100644
--- a/drivers/video/via/via_i2c.h
+++ b/drivers/video/via/via_i2c.h
@@ -26,6 +26,7 @@
26 26
27struct via_i2c_stuff { 27struct via_i2c_stuff {
28 u16 i2c_port; /* GPIO or I2C port */ 28 u16 i2c_port; /* GPIO or I2C port */
29 u16 is_active; /* Being used as I2C? */
29 struct i2c_adapter adapter; 30 struct i2c_adapter adapter;
30 struct i2c_algo_bit_data algo; 31 struct i2c_algo_bit_data algo;
31}; 32};