iio:magnetometer:ak8975: remove unused field
Remove unused struct ak8975_data attrs field. Signed-off-by: Gregor Boirie <gregor.boirie@parrot.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
55c0c530f7
commit
d3546af67f
@ -361,7 +361,6 @@ static const struct ak_def ak_def_array[AK_MAX_TYPE] = {
|
|||||||
struct ak8975_data {
|
struct ak8975_data {
|
||||||
struct i2c_client *client;
|
struct i2c_client *client;
|
||||||
const struct ak_def *def;
|
const struct ak_def *def;
|
||||||
struct attribute_group attrs;
|
|
||||||
struct mutex lock;
|
struct mutex lock;
|
||||||
u8 asa[3];
|
u8 asa[3];
|
||||||
long raw_to_gauss[3];
|
long raw_to_gauss[3];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user