summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light
diff options
context:
space:
mode:
authorJonathan Cameron <Jonathan.Cameron@huawei.com>2024-02-18 18:33:16 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2024-02-28 20:26:34 +0100
commitd0dc99c0ae00f8187f40278ec72fde4f32869599 (patch)
treef2b7be079bf866b83155263db41b6b33c8950a65 /drivers/iio/light
parentMerge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji... (diff)
downloadlinux-d0dc99c0ae00f8187f40278ec72fde4f32869599.tar.xz
linux-d0dc99c0ae00f8187f40278ec72fde4f32869599.zip
iio: light: vl6180: Drop unused linux/of.h include
Nothing from linux/of.h is 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-2-jic23@kernel.org Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/light')
-rw-r--r--drivers/iio/light/vl6180.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/light/vl6180.c b/drivers/iio/light/vl6180.c
index d4948dfc31ff..dcadf6428a87 100644
--- a/drivers/iio/light/vl6180.c
+++ b/drivers/iio/light/vl6180.c
@@ -20,7 +20,6 @@
#include <linux/i2c.h>
#include <linux/mutex.h>
#include <linux/err.h>
-#include <linux/of.h>
#include <linux/delay.h>
#include <linux/util_macros.h>