diff options
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-i2c.h')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-i2c.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/ivtv-i2c.h b/drivers/media/video/ivtv/ivtv-i2c.h index 987042c09b64..022978cf533d 100644 --- a/drivers/media/video/ivtv/ivtv-i2c.h +++ b/drivers/media/video/ivtv/ivtv-i2c.h | |||
@@ -33,6 +33,7 @@ int ivtv_i2c_hw(struct ivtv *itv, u32 hw, unsigned int cmd, void *arg); | |||
33 | int ivtv_i2c_id(struct ivtv *itv, u32 id, unsigned int cmd, void *arg); | 33 | int ivtv_i2c_id(struct ivtv *itv, u32 id, unsigned int cmd, void *arg); |
34 | int ivtv_call_i2c_client(struct ivtv *itv, int addr, unsigned int cmd, void *arg); | 34 | int ivtv_call_i2c_client(struct ivtv *itv, int addr, unsigned int cmd, void *arg); |
35 | void ivtv_call_i2c_clients(struct ivtv *itv, unsigned int cmd, void *arg); | 35 | void ivtv_call_i2c_clients(struct ivtv *itv, unsigned int cmd, void *arg); |
36 | int ivtv_i2c_register(struct ivtv *itv, unsigned idx); | ||
36 | 37 | ||
37 | /* init + register i2c algo-bit adapter */ | 38 | /* init + register i2c algo-bit adapter */ |
38 | int init_ivtv_i2c(struct ivtv *itv); | 39 | int init_ivtv_i2c(struct ivtv *itv); |