aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/tuner-driver.h')
-rw-r--r--drivers/media/video/tuner-driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/tuner-driver.h b/drivers/media/video/tuner-driver.h
index 1c60229dcd0a..3ff2943ecc11 100644
--- a/drivers/media/video/tuner-driver.h
+++ b/drivers/media/video/tuner-driver.h
@@ -46,6 +46,7 @@ struct analog_tuner_ops {
46struct tuner { 46struct tuner {
47 /* device */ 47 /* device */
48 struct i2c_client *i2c; 48 struct i2c_client *i2c;
49 struct list_head list; /* list of tuners */
49 50
50 unsigned int type; /* chip type */ 51 unsigned int type; /* chip type */
51 52