[PATCH] I2C: Kill i2c_algorithm.id (4/7)
[powerpc.git] / drivers / i2c / busses / i2c-iop3xx.c
index c763039..7bd9102 100644 (file)
@@ -399,7 +399,6 @@ iop3xx_i2c_func(struct i2c_adapter *adap)
 }
 
 static struct i2c_algorithm iop3xx_i2c_algo = {
-       .id             = I2C_ALGO_IOP3XX,
        .master_xfer    = iop3xx_i2c_master_xfer,
        .algo_control   = iop3xx_i2c_algo_control,
        .functionality  = iop3xx_i2c_func,