[PATCH] hwmon: hwmon vs i2c, second round (03/11)
We now have two identical structures, i2c_address_data in i2c-sensor.h and i2c_client_address_data in i2c.h. We can kill one of them, I choose to keep the one in i2c.h as it makes more sense (this structure is not specific to sensors.) 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
ef8dec5d8b
commit
b78ec31582
@ -28,7 +28,7 @@ static unsigned short empty[] = {I2C_CLIENT_END};
|
||||
|
||||
/* Won't work for 10-bit addresses! */
|
||||
int i2c_detect(struct i2c_adapter *adapter,
|
||||
struct i2c_address_data *address_data,
|
||||
struct i2c_client_address_data *address_data,
|
||||
int (*found_proc) (struct i2c_adapter *, int, int))
|
||||
{
|
||||
int addr, i, found, j, err;
|
||||
|
Reference in New Issue
Block a user