[PATCH] I2C: Kill i2c_algorithm.id (4/7)
[sfrench/cifs-2.6.git] / drivers / i2c / busses / i2c-viapro.c
index 608ad525e7e1a38d13037d0c8892961648e6c20f..99d209e0485adba2e08d23117e404c4656a46c99 100644 (file)
@@ -286,7 +286,6 @@ static u32 vt596_func(struct i2c_adapter *adapter)
 }
 
 static struct i2c_algorithm smbus_algorithm = {
-       .id             = I2C_ALGO_SMBUS,
        .smbus_xfer     = vt596_access,
        .functionality  = vt596_func,
 };