On 03/26/2013 06:42 PM, Lars-Peter Clausen wrote: > Remove fields from the ad799x_state struct which are not used. > > Signed-off-by: Lars-Peter Clausen <lars@xxxxxxxxxx> Whole series applied to togreg branch of iio.git > --- > drivers/staging/iio/adc/ad799x.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/staging/iio/adc/ad799x.h b/drivers/staging/iio/adc/ad799x.h > index 3e363c4..9f50f93 100644 > --- a/drivers/staging/iio/adc/ad799x.h > +++ b/drivers/staging/iio/adc/ad799x.h > @@ -104,11 +104,9 @@ struct ad799x_chip_info { > struct ad799x_state { > struct i2c_client *client; > const struct ad799x_chip_info *chip_info; > - struct iio_trigger *trig; > struct regulator *reg; > u16 int_vref_mv; > unsigned id; > - char *name; > u16 config; > }; > > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html