Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iio:dac:ad5758: Drop unused of specific headers.

These have never been used in this driver. What is used is in
mod_devicetable.h so add that include (struct of_device_id)

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Cc: Daniel Gomez <dagmcr@gmail.com>

+1 -2
+1 -2
drivers/iio/dac/ad5758.c
··· 10 10 #include <linux/delay.h> 11 11 #include <linux/kernel.h> 12 12 #include <linux/module.h> 13 + #include <linux/mod_devicetable.h> 13 14 #include <linux/property.h> 14 - #include <linux/of.h> 15 - #include <linux/of_device.h> 16 15 #include <linux/spi/spi.h> 17 16 #include <linux/gpio/consumer.h> 18 17