mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
V4L/DVB (11737): Drop stray references to i2c_probe
The new i2c binding model doesn't use i2c_probe. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
925d74ae71
commit
413ef8a20a
2 changed files with 0 additions and 2 deletions
|
@ -141,7 +141,6 @@ static const struct v4l2_subdev_ops tea6415c_ops = {
|
||||||
.video = &tea6415c_video_ops,
|
.video = &tea6415c_video_ops,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* this function is called by i2c_probe */
|
|
||||||
static int tea6415c_probe(struct i2c_client *client,
|
static int tea6415c_probe(struct i2c_client *client,
|
||||||
const struct i2c_device_id *id)
|
const struct i2c_device_id *id)
|
||||||
{
|
{
|
||||||
|
|
|
@ -112,7 +112,6 @@ static const struct v4l2_subdev_ops tea6420_ops = {
|
||||||
.audio = &tea6420_audio_ops,
|
.audio = &tea6420_audio_ops,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* this function is called by i2c_probe */
|
|
||||||
static int tea6420_probe(struct i2c_client *client,
|
static int tea6420_probe(struct i2c_client *client,
|
||||||
const struct i2c_device_id *id)
|
const struct i2c_device_id *id)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue