The patch number 11737 was added via Mauro Carvalho Chehab <mche...@redhat.com> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List <linux-me...@vger.kernel.org> ------ From: Jean Delvare <kh...@linux-fr.org> Drop stray references to i2c_probe The new i2c binding model doesn't use i2c_probe. Signed-off-by: Jean Delvare <kh...@linux-fr.org> Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com> --- linux/drivers/media/video/tea6415c.c | 1 - linux/drivers/media/video/tea6420.c | 1 - 2 files changed, 2 deletions(-) diff -r 687294427d61 -r a40487509e6b linux/drivers/media/video/tea6415c.c --- a/linux/drivers/media/video/tea6415c.c Wed Apr 29 18:57:24 2009 +0000 +++ b/linux/drivers/media/video/tea6415c.c Thu Apr 30 08:40:07 2009 +0000 @@ -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) { diff -r 687294427d61 -r a40487509e6b linux/drivers/media/video/tea6420.c --- a/linux/drivers/media/video/tea6420.c Wed Apr 29 18:57:24 2009 +0000 +++ b/linux/drivers/media/video/tea6420.c Thu Apr 30 08:40:07 2009 +0000 @@ -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) { --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/a40487509e6ba932fe945fe903ab8a510e67dfb0 _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits