[PATCH] I2C: Kill i2c_algorithm.name (1/7)
The name member of the i2c_algorithm is never used, although all drivers conscientiously fill it. We can drop it completely, this structure doesn't need to have a name. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
4c9337da37
commit
975185880d
@ -627,7 +627,6 @@ static u32 iic_func(struct i2c_adapter *adap)
|
||||
}
|
||||
|
||||
static struct i2c_algorithm iic_algo = {
|
||||
.name = "IBM IIC algorithm",
|
||||
.id = I2C_ALGO_OCP,
|
||||
.master_xfer = iic_xfer,
|
||||
.functionality = iic_func
|
||||
|
Reference in New Issue
Block a user