summaryrefslogtreecommitdiffstats
path: root/drivers/iio
diff options
context:
space:
mode:
authorJonathan Cameron <Jonathan.Cameron@huawei.com>2024-02-18 17:33:17 +0000
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2024-02-28 19:26:35 +0000
commitc7618c4fcecd3b95ff24221d3d898a058af8de9e (patch)
tree60a32d9457934643a0d0c384fb7ecd469dfe33a5 /drivers/iio
parentd0dc99c0ae00f8187f40278ec72fde4f32869599 (diff)
downloadlinux-c7618c4fcecd3b95ff24221d3d898a058af8de9e.tar.gz
linux-c7618c4fcecd3b95ff24221d3d898a058af8de9e.tar.bz2
linux-c7618c4fcecd3b95ff24221d3d898a058af8de9e.zip
iio: light: al3320a: Drop unused linux/of.h include
Nothing from linux/of.h used in this driver. Reviewed-by: Nuno Sa <nuno.sa@analog.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20240218173323.1023703-3-jic23@kernel.org Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio')
-rw-r--r--drivers/iio/light/al3320a.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/light/al3320a.c b/drivers/iio/light/al3320a.c
index d5957d85c278..105f379b9b41 100644
--- a/drivers/iio/light/al3320a.c
+++ b/drivers/iio/light/al3320a.c
@@ -15,7 +15,6 @@
#include <linux/bitfield.h>
#include <linux/i2c.h>
#include <linux/module.h>
-#include <linux/of.h>
#include <linux/mod_devicetable.h>
#include <linux/iio/iio.h>