diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-03-03 06:50:42 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 14:44:13 -0400 |
commit | 31ec13561060b748221f4e0404bcc5bf8078ccd0 (patch) | |
tree | 27f1e91e9ce54d3e13090779fb95282269612117 /drivers/media/video/ivtv/ivtv-i2c.h | |
parent | 43053c07fa2935038bfc0e5dbaf417d1d66cd95d (diff) |
V4L/DVB (5379): If possible make vars/functions static.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-i2c.h')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-i2c.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/ivtv/ivtv-i2c.h b/drivers/media/video/ivtv/ivtv-i2c.h index 136dd684f4b5..5d210adb5c52 100644 --- a/drivers/media/video/ivtv/ivtv-i2c.h +++ b/drivers/media/video/ivtv/ivtv-i2c.h | |||
@@ -22,11 +22,9 @@ int ivtv_cx25840(struct ivtv *itv, unsigned int cmd, void *arg); | |||
22 | int ivtv_saa7115(struct ivtv *itv, unsigned int cmd, void *arg); | 22 | int ivtv_saa7115(struct ivtv *itv, unsigned int cmd, void *arg); |
23 | int ivtv_saa7127(struct ivtv *itv, unsigned int cmd, void *arg); | 23 | int ivtv_saa7127(struct ivtv *itv, unsigned int cmd, void *arg); |
24 | int ivtv_saa717x(struct ivtv *itv, unsigned int cmd, void *arg); | 24 | int ivtv_saa717x(struct ivtv *itv, unsigned int cmd, void *arg); |
25 | int ivtv_msp34xx(struct ivtv *itv, unsigned int cmd, void *arg); | ||
26 | int ivtv_upd64031a(struct ivtv *itv, unsigned int cmd, void *arg); | 25 | int ivtv_upd64031a(struct ivtv *itv, unsigned int cmd, void *arg); |
27 | int ivtv_upd64083(struct ivtv *itv, unsigned int cmd, void *arg); | 26 | int ivtv_upd64083(struct ivtv *itv, unsigned int cmd, void *arg); |
28 | 27 | ||
29 | int ivtv_i2c_id_addr(struct ivtv *itv, u32 id); | ||
30 | int ivtv_i2c_hw_addr(struct ivtv *itv, u32 hw); | 28 | int ivtv_i2c_hw_addr(struct ivtv *itv, u32 hw); |
31 | int ivtv_i2c_hw(struct ivtv *itv, u32 hw, unsigned int cmd, void *arg); | 29 | int ivtv_i2c_hw(struct ivtv *itv, u32 hw, unsigned int cmd, void *arg); |
32 | int ivtv_i2c_id(struct ivtv *itv, u32 id, unsigned int cmd, void *arg); | 30 | int ivtv_i2c_id(struct ivtv *itv, u32 id, unsigned int cmd, void *arg); |