[PATCH] I2C: Kill i2c_algorithm.id (4/7)
There are no more users of i2c_algorithm.id, so we can finally drop this structure member. 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
87c3d7a8bc
commit
1d8b9e1bad
@@ -395,7 +395,6 @@ static u32 scx200_acb_func(struct i2c_adapter *adapter)
|
||||
|
||||
/* For now, we only handle combined mode (smbus) */
|
||||
static struct i2c_algorithm scx200_acb_algorithm = {
|
||||
.id = I2C_ALGO_SMBUS,
|
||||
.smbus_xfer = scx200_acb_smbus_xfer,
|
||||
.functionality = scx200_acb_func,
|
||||
};
|
||||
|
Reference in New Issue
Block a user