From: Uwe Kleine-König Date: Mon, 3 Feb 2020 20:31:26 +0000 (+0100) Subject: iio: dac: ltc2632: remove some unused defines X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=55f82c00b2f345eed031ed189b16b1b2d8689901;p=linux.git iio: dac: ltc2632: remove some unused defines 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 Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/dac/ltc2632.c b/drivers/iio/dac/ltc2632.c index 1e7ffa0f60712..7adc91056aa1c 100644 --- a/drivers/iio/dac/ltc2632.c +++ b/drivers/iio/dac/ltc2632.c @@ -12,9 +12,6 @@ #include #include -#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