Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 226f4ab6 authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Jonathan Cameron
Browse files

staging:iio:ad799x: Remove unused ad799x_state fields



Remove fields from the ad799x_state struct which are not used.

Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 5034bfc9
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -104,11 +104,9 @@ struct ad799x_chip_info {
struct ad799x_state {
struct ad799x_state {
	struct i2c_client		*client;
	struct i2c_client		*client;
	const struct ad799x_chip_info	*chip_info;
	const struct ad799x_chip_info	*chip_info;
	struct iio_trigger		*trig;
	struct regulator		*reg;
	struct regulator		*reg;
	u16				int_vref_mv;
	u16				int_vref_mv;
	unsigned			id;
	unsigned			id;
	char				*name;
	u16				config;
	u16				config;
};
};