On Mon, 3 Feb 2020 21:31:26 +0100 Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> wrote: > These two defines are unused since the driver was introduced in commit > 02b829f9e11f ("iio: dac: Add support for ltc2632 DACs"). > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> A bit of fuzz and the mysterious bit of this being patch 4 of 3 aside all good. Applied to the togreg branch of iio.git and pushed out as testing. Thanks, Jonathan > --- > drivers/iio/dac/ltc2632.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/drivers/iio/dac/ltc2632.c b/drivers/iio/dac/ltc2632.c > index 1e7ffa0f6071..7adc91056aa1 100644 > --- a/drivers/iio/dac/ltc2632.c > +++ b/drivers/iio/dac/ltc2632.c > @@ -12,9 +12,6 @@ > #include <linux/iio/iio.h> > #include <linux/regulator/consumer.h> > > -#define LTC2632_ADDR_DAC0 0x0 > -#define LTC2632_ADDR_DAC1 0x1 > - > #define LTC2632_CMD_WRITE_INPUT_N 0x0 > #define LTC2632_CMD_UPDATE_DAC_N 0x1 > #define LTC2632_CMD_WRITE_INPUT_N_UPDATE_ALL 0x2