V4L/DVB: Remove the usage of I2C_HW_B_CX2388x on ir-kbd-i2c.c
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 23 Sep 2010 03:51:44 +0000 (00:51 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 03:06:07 +0000 (01:06 -0200)
commit44243fc2ef99948bc9b046901880885616dd5e89
tree48c84ea222cbb44db21842dbed24727e2cec6931
parentc0c46826274a4da5d9e312d7cfd4ca0806c0a358
V4L/DVB: Remove the usage of I2C_HW_B_CX2388x on ir-kbd-i2c.c

Move the cx88 specific initialization for Hauppauge XVR remotes
into cx88-input, removing the need for test it inside ir-kbd-i2c.

The reference at cx88 for this symbol, at:

drivers/media/video/cx88/cx88-i2c.c:    core->i2c_adap.id = I2C_HW_B_CX2388x;
drivers/media/video/cx88/cx88-vp3054-i2c.c:     vp3054_i2c->adap.id = I2C_HW_B_CX2388x;

Can't be removed yet, since lirc-i2c still uses it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx88/cx88-i2c.c
drivers/media/video/cx88/cx88-input.c
drivers/media/video/cx88/cx88.h
drivers/media/video/ir-kbd-i2c.c