diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-05-26 09:01:42 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-06-21 09:45:42 -0400 |
commit | aee38734d2e2a908c4fd50918f28f19c088abfb9 (patch) | |
tree | 560fceabafb39a93a1de693b5528dbca5fbfe235 /include/media | |
parent | 6ec19898ed6990baa285b8c96a8b1a0d0366bc46 (diff) |
[media] v4l2-common: remove unused v4l2_chip_match/ident_i2c_client functions
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/v4l2-common.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/media/v4l2-common.h b/include/media/v4l2-common.h index e7821fb3cd86..015ff82da73c 100644 --- a/include/media/v4l2-common.h +++ b/include/media/v4l2-common.h | |||
@@ -100,15 +100,6 @@ u32 v4l2_ctrl_next(const u32 * const *ctrl_classes, u32 id); | |||
100 | 100 | ||
101 | /* ------------------------------------------------------------------------- */ | 101 | /* ------------------------------------------------------------------------- */ |
102 | 102 | ||
103 | /* Register/chip ident helper function */ | ||
104 | |||
105 | struct i2c_client; /* forward reference */ | ||
106 | int v4l2_chip_match_i2c_client(struct i2c_client *c, const struct v4l2_dbg_match *match); | ||
107 | int v4l2_chip_ident_i2c_client(struct i2c_client *c, struct v4l2_dbg_chip_ident *chip, | ||
108 | u32 ident, u32 revision); | ||
109 | |||
110 | /* ------------------------------------------------------------------------- */ | ||
111 | |||
112 | /* I2C Helper functions */ | 103 | /* I2C Helper functions */ |
113 | 104 | ||
114 | struct i2c_driver; | 105 | struct i2c_driver; |