From f7e0867561f0d17630608f57512fbb8da155e1e2 Mon Sep 17 00:00:00 2001 From: Romain Gantois Date: Tue, 9 Dec 2025 09:25:55 +0100 Subject: [PATCH] iio: dac: ds4424: drop unused include IIO consumer header 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 Reviewed-by: Andy Shevchenko Signed-off-by: Jonathan Cameron --- 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 a8198ba4f98a6..6dda8918975a6 100644 --- a/drivers/iio/dac/ds4424.c +++ b/drivers/iio/dac/ds4424.c @@ -14,7 +14,6 @@ #include #include #include -#include #define DS4422_MAX_DAC_CHANNELS 2 #define DS4424_MAX_DAC_CHANNELS 4 -- 2.47.3