Commit 72148f6e authored by Jonathan Cameron's avatar Jonathan Cameron Committed by Greg Kroah-Hartman

staging:iio:adc:ad799x move to new event handling

Untested.
Signed-off-by: default avatarJonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 6f3ca9e3
...@@ -114,7 +114,6 @@ struct ad799x_state { ...@@ -114,7 +114,6 @@ 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 work_struct poll_work; struct work_struct poll_work;
struct work_struct work_thresh;
atomic_t protect_ring; atomic_t protect_ring;
size_t d_size; size_t d_size;
struct iio_trigger *trig; struct iio_trigger *trig;
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment