[PATCH] I2C: Kill i2c_algorithm.name (1/7)
[pandora-kernel.git] / drivers / media / video / bttv-i2c.c
index 234a855..dbc96fc 100644 (file)
@@ -270,7 +270,6 @@ static int bttv_i2c_xfer(struct i2c_adapter *i2c_adap, struct i2c_msg *msgs, int
 }
 
 static struct i2c_algorithm bttv_algo = {
-       .name          = "bt878",
        .id            = I2C_ALGO_BIT | I2C_HW_B_BT848 /* FIXME */,
        .master_xfer   = bttv_i2c_xfer,
        .algo_control  = algo_control,