summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-04-30 08:40:07 +0000
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-04-30 08:40:07 +0000
commita2d7371dbe37dfa05b77b635e401e96be28796a2 (patch)
tree18812d850646323114056890f6d010ac24e0ffe6 /linux
parent244c2bb5a4cd825df18e2ce0ed52675943888af1 (diff)
downloadmediapointer-dvb-s2-a2d7371dbe37dfa05b77b635e401e96be28796a2.tar.gz
mediapointer-dvb-s2-a2d7371dbe37dfa05b77b635e401e96be28796a2.tar.bz2
Drop stray references to i2c_probe
From: Jean Delvare <khali@linux-fr.org> 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>
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/video/tea6415c.c1
-rw-r--r--linux/drivers/media/video/tea6420.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/linux/drivers/media/video/tea6415c.c b/linux/drivers/media/video/tea6415c.c
index de866798b..910e156f4 100644
--- a/linux/drivers/media/video/tea6415c.c
+++ b/linux/drivers/media/video/tea6415c.c
@@ -147,7 +147,6 @@ static const struct v4l2_subdev_ops tea6415c_ops = {
.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 --git a/linux/drivers/media/video/tea6420.c b/linux/drivers/media/video/tea6420.c
index 90054dfbe..0e7bb8d6a 100644
--- a/linux/drivers/media/video/tea6420.c
+++ b/linux/drivers/media/video/tea6420.c
@@ -118,7 +118,6 @@ static const struct v4l2_subdev_ops tea6420_ops = {
.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)
{