diff options
Diffstat (limited to 'include/media/tuner.h')
-rw-r--r-- | include/media/tuner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/tuner.h b/include/media/tuner.h index b901373c6e10..da821a027e76 100644 --- a/include/media/tuner.h +++ b/include/media/tuner.h | |||
@@ -215,6 +215,7 @@ struct tuner { | |||
215 | int (*get_afc)(struct i2c_client *c); | 215 | int (*get_afc)(struct i2c_client *c); |
216 | void (*tuner_status)(struct i2c_client *c); | 216 | void (*tuner_status)(struct i2c_client *c); |
217 | void (*standby)(struct i2c_client *c); | 217 | void (*standby)(struct i2c_client *c); |
218 | void (*release)(struct i2c_client *c); | ||
218 | }; | 219 | }; |
219 | 220 | ||
220 | extern unsigned const int tuner_count; | 221 | extern unsigned const int tuner_count; |