From bb20d65dbc014e6770bac57940c493753d3d542e Mon Sep 17 00:00:00 2001 From: Jonathan Cameron Date: Wed, 18 May 2011 14:42:09 +0100 Subject: [PATCH] staging:iio:max1363 trivial removal of unused trig pointer. Signed-off-by: Jonathan Cameron Signed-off-by: Greg Kroah-Hartman --- drivers/staging/iio/adc/max1363.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/iio/adc/max1363.h b/drivers/staging/iio/adc/max1363.h index 2d41a277e2d0..15227bd571dc 100644 --- a/drivers/staging/iio/adc/max1363.h +++ b/drivers/staging/iio/adc/max1363.h @@ -195,7 +195,6 @@ struct max1363_state { const struct max1363_chip_info *chip_info; const struct max1363_mode *current_mode; u32 requestedmask; - struct iio_trigger *trig; struct regulator *reg; /* Using monitor modes and buffer at the same time is -- 2.34.1