]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
iio: dac: ds4424: drop unused include IIO consumer header
authorRomain Gantois <romain.gantois@bootlin.com>
Tue, 9 Dec 2025 08:25:55 +0000 (09:25 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 11 Jan 2026 16:57:05 +0000 (16:57 +0000)
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>
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/dac/ds4424.c

index a8198ba4f98a625b93803b3c30605485a1e98866..6dda8918975a669121e18c42a01227617230015c 100644 (file)
@@ -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