The new i2c binding model doesn't use i2c_probe. Signed-off-by: Jean Delvare <khali@xxxxxxxxxxxx> --- linux/drivers/media/video/tea6415c.c | 1 - linux/drivers/media/video/tea6420.c | 1 - 2 files changed, 2 deletions(-) --- v4l-dvb.orig/linux/drivers/media/video/tea6415c.c 2009-04-06 10:10:25.000000000 +0200 +++ v4l-dvb/linux/drivers/media/video/tea6415c.c 2009-04-29 18:46:09.000000000 +0200 @@ -147,7 +147,6 @@ static const struct v4l2_subdev_ops tea6 .video = &tea6415c_video_ops, }; -/* this function is called by i2c_probe */ static int tea6415c_probe(struct i2c_client *client, const struct i2c_device_id *id) { --- v4l-dvb.orig/linux/drivers/media/video/tea6420.c 2009-04-06 10:10:25.000000000 +0200 +++ v4l-dvb/linux/drivers/media/video/tea6420.c 2009-04-29 18:46:05.000000000 +0200 @@ -118,7 +118,6 @@ static const struct v4l2_subdev_ops tea6 .audio = &tea6420_audio_ops, }; -/* this function is called by i2c_probe */ static int tea6420_probe(struct i2c_client *client, const struct i2c_device_id *id) { -- Jean Delvare -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html