summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-i2c.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-12-30 13:05:12 +0100
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-12-30 15:17:19 +0100
commit6a23a520c07ba556ea2317b1f72f3d2eb002f991 (patch)
tree5a29e6f99469e183fbbf182e973b1e6ea6f6c136 /drivers/media/video/cx88/cx88-i2c.c
parent[media] lirc_zilog: Remove use of deprecated struct i2c_adapter.id field (diff)
downloadlinux-6a23a520c07ba556ea2317b1f72f3d2eb002f991.tar.xz
linux-6a23a520c07ba556ea2317b1f72f3d2eb002f991.zip
[media] cx88: Remove the obsolete i2c_adapter.id field
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx88/cx88-i2c.c')
-rw-r--r--drivers/media/video/cx88/cx88-i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-i2c.c b/drivers/media/video/cx88/cx88-i2c.c
index f53836bb6a5a..a1fe0abb6e43 100644
--- a/drivers/media/video/cx88/cx88-i2c.c
+++ b/drivers/media/video/cx88/cx88-i2c.c
@@ -146,7 +146,6 @@ int cx88_i2c_init(struct cx88_core *core, struct pci_dev *pci)
core->i2c_adap.dev.parent = &pci->dev;
strlcpy(core->i2c_adap.name,core->name,sizeof(core->i2c_adap.name));
core->i2c_adap.owner = THIS_MODULE;
- core->i2c_adap.id = I2C_HW_B_CX2388x;
core->i2c_algo.udelay = i2c_udelay;
core->i2c_algo.data = core;
i2c_set_adapdata(&core->i2c_adap, &core->v4l2_dev);