diff mbox

Drop stray references to i2c_probe

Message ID 20090430104007.6e7e6fc6@hyperion.delvare (mailing list archive)
State Accepted
Headers show

Commit Message

Jean Delvare April 30, 2009, 8:40 a.m. UTC
The new i2c binding model doesn't use i2c_probe.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
---
 linux/drivers/media/video/tea6415c.c |    1 -
 linux/drivers/media/video/tea6420.c  |    1 -
 2 files changed, 2 deletions(-)
diff mbox

Patch

--- 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)
 {