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

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>

-1
-1
drivers/iio/light/vl6180.c
··· 20 20 #include <linux/i2c.h> 21 21 #include <linux/mutex.h> 22 22 #include <linux/err.h> 23 - #include <linux/of.h> 24 23 #include <linux/delay.h> 25 24 #include <linux/util_macros.h> 26 25