summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2022-02-03 14:33:54 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2022-02-06 15:20:58 +0000
commit0216208088c7d16f466988010d58c60d62c324b7 (patch)
treee12c3815719d441246615c692cfe31a59c0ae68d
parent7b9c8e1a0ca18a62565ee0e28b23baf7b176e96f (diff)
downloadlinux-0216208088c7d16f466988010d58c60d62c324b7.tar.gz
linux-0216208088c7d16f466988010d58c60d62c324b7.tar.bz2
linux-0216208088c7d16f466988010d58c60d62c324b7.zip
iio: dac: ad5592r: Drop leftover header inclusion
There is no use of of.h in the module, drop it. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20220203123354.76573-1-andriy.shevchenko@linux.intel.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-rw-r--r--drivers/iio/dac/ad5592r-base.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/dac/ad5592r-base.c b/drivers/iio/dac/ad5592r-base.c
index 2fcc59728fd6..a9c654b614a4 100644
--- a/drivers/iio/dac/ad5592r-base.c
+++ b/drivers/iio/dac/ad5592r-base.c
@@ -11,7 +11,6 @@
#include <linux/iio/iio.h>
#include <linux/module.h>
#include <linux/mutex.h>
-#include <linux/of.h>
#include <linux/regulator/consumer.h>
#include <linux/gpio/consumer.h>
#include <linux/gpio/driver.h>