mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
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 <romain.gantois@bootlin.com> Reviewed-by: Andy Shevchenko <andy@kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
e0bc6d7e25
commit
f7e0867561
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user