Commit a77d0209 authored by Zubair Lutfullah's avatar Zubair Lutfullah Committed by Jonathan Cameron

iio: ti_am335x_adc: cleanup trigger related code

Trigger related headers and variables are not needed
as driver is now based on INDIO_BUFFER_HARDWARE mode
Signed-off-by: default avatarZubair Lutfullah <zubair.lutfullah@gmail.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 98c08cf4
......@@ -30,9 +30,6 @@
#include <linux/mfd/ti_am335x_tscadc.h>
#include <linux/iio/buffer.h>
#include <linux/iio/kfifo_buf.h>
#include <linux/iio/trigger.h>
#include <linux/iio/trigger_consumer.h>
#include <linux/iio/triggered_buffer.h>
struct tiadc_device {
struct ti_tscadc_dev *mfd_tscadc;
......@@ -40,7 +37,6 @@ struct tiadc_device {
u8 channel_line[8];
u8 channel_step[8];
int buffer_en_ch_steps;
struct iio_trigger *trig;
u16 data[8];
};
......
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