V4L/DVB (12974): SAA7164: Remove the SAA7164 bus id, no longer required.
[safe/jmp/linux-2.6] / drivers / media / video / saa7164 / saa7164-i2c.c
index 4c431b4..8198e68 100644 (file)
@@ -116,7 +116,6 @@ static struct i2c_algorithm saa7164_i2c_algo_template = {
 static struct i2c_adapter saa7164_i2c_adap_template = {
        .name              = "saa7164",
        .owner             = THIS_MODULE,
-       .id                = I2C_HW_B_SAA7164,
        .algo              = &saa7164_i2c_algo_template,
        .client_register   = attach_inform,
        .client_unregister = detach_inform,