[PATCH] I2C: Kill i2c_algorithm.id (6/7)
[safe/jmp/linux-2.6] / drivers / media / dvb / b2c2 / flexcop-i2c.c
index 848910f..56495cb 100644 (file)
@@ -190,7 +190,6 @@ int flexcop_i2c_init(struct flexcop_device *fc)
        fc->i2c_adap.class          = I2C_CLASS_TV_DIGITAL;
        fc->i2c_adap.algo       = &flexcop_algo;
        fc->i2c_adap.algo_data  = NULL;
-       fc->i2c_adap.id         = I2C_ALGO_BIT;
 
        if ((ret = i2c_add_adapter(&fc->i2c_adap)) < 0)
                return ret;