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

Commit 39c58b60 authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Greg Kroah-Hartman
Browse files

staging:iio:dac:ad5446: Remove unused struct field



Remove the unused "poll_work" field from the ad5446_state struct.

Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Acked-by: default avatarJonathan Cameron <jic23@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent af836d9a
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -34,7 +34,6 @@
 * @spi:		spi_device
 * @spi:		spi_device
 * @chip_info:		chip model specific constants, available modes etc
 * @chip_info:		chip model specific constants, available modes etc
 * @reg:		supply regulator
 * @reg:		supply regulator
 * @poll_work:		bottom half of polling interrupt handler
 * @vref_mv:		actual reference voltage used
 * @vref_mv:		actual reference voltage used
 */
 */


@@ -42,7 +41,6 @@ struct ad5446_state {
	struct spi_device		*spi;
	struct spi_device		*spi;
	const struct ad5446_chip_info	*chip_info;
	const struct ad5446_chip_info	*chip_info;
	struct regulator		*reg;
	struct regulator		*reg;
	struct work_struct		poll_work;
	unsigned short			vref_mv;
	unsigned short			vref_mv;
	unsigned			cached_val;
	unsigned			cached_val;
	unsigned			pwr_down_mode;
	unsigned			pwr_down_mode;