[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>
Šī revīzija ir iekļauta:

revīziju iesūtīja
Greg Kroah-Hartman

vecāks
4c9337da37
revīzija
975185880d
@@ -283,7 +283,6 @@ au1550_func(struct i2c_adapter *adap)
|
||||
}
|
||||
|
||||
static struct i2c_algorithm au1550_algo = {
|
||||
.name = "Au1550 algorithm",
|
||||
.id = I2C_ALGO_AU1550,
|
||||
.master_xfer = au1550_xfer,
|
||||
.functionality = au1550_func,
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user