[PATCH v2 1/2] iio: dac: ds4424: drop unused include IIO consumer header

Romain Gantois posted 2 patches 1 week, 3 days ago
[PATCH v2 1/2] iio: dac: ds4424: drop unused include IIO consumer header
Posted by Romain Gantois 1 week, 3 days ago
To prepare for the introduction of namespaced exports for the IIO consumer
API, remove this include directive which isn't actually used by the driver.

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>
---
 drivers/iio/dac/ds4424.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/iio/dac/ds4424.c b/drivers/iio/dac/ds4424.c
index a8198ba4f98a..6dda8918975a 100644
--- a/drivers/iio/dac/ds4424.c
+++ b/drivers/iio/dac/ds4424.c
@@ -14,7 +14,6 @@
 #include <linux/iio/iio.h>
 #include <linux/iio/driver.h>
 #include <linux/iio/machine.h>
-#include <linux/iio/consumer.h>
 
 #define DS4422_MAX_DAC_CHANNELS		2
 #define DS4424_MAX_DAC_CHANNELS		4

-- 
2.51.2
Re: [PATCH v2 1/2] iio: dac: ds4424: drop unused include IIO consumer header
Posted by Andy Shevchenko 1 week, 3 days ago
On Tue, Dec 9, 2025 at 10:26 AM Romain Gantois
<romain.gantois@bootlin.com> wrote:
>
> To prepare for the introduction of namespaced exports for the IIO consumer
> API, remove this include directive which isn't actually used by the driver.

Reviewed-by: Andy Shevchenko <andy@kernel.org>

-- 
With Best Regards,
Andy Shevchenko