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

iio: adc: ti-adc081c: Include linux/of.h header

'of_match_ptr' is defined in linux/of.h. Include it explicitly to
avoid build breakage in the future.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

authored by

Sachin Kamat and committed by
Jonathan Cameron
1f100e80 62ba493e

+1
+1
drivers/iio/adc/ti-adc081c.c
··· 9 9 #include <linux/err.h> 10 10 #include <linux/i2c.h> 11 11 #include <linux/module.h> 12 + #include <linux/of.h> 12 13 13 14 #include <linux/iio/iio.h> 14 15 #include <linux/regulator/consumer.h>