diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2024-02-18 17:33:16 +0000 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2024-02-28 19:26:34 +0000 |
commit | d0dc99c0ae00f8187f40278ec72fde4f32869599 (patch) | |
tree | f2b7be079bf866b83155263db41b6b33c8950a65 /drivers/iio | |
parent | d4551c189d6e6a3fcf7f625bd4b273e770fad35a (diff) | |
download | lwn-d0dc99c0ae00f8187f40278ec72fde4f32869599.tar.gz lwn-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')
-rw-r--r-- | drivers/iio/light/vl6180.c | 1 |
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> |