[PATCH] i2c: remove the data field from struct i2c_client
It's no longer needed, as the struct device should be used instead. Created i2c_get_clientdata() and i2c_set_clientdata() to access the data.
Showing
Please register or sign in to comment