On 10/18/13 13:04, Sachin Kamat wrote: > '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@xxxxxxxxxx> All 4 applied to the togreg branch of iio.git Thanks, > --- > drivers/iio/adc/mcp3422.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/iio/adc/mcp3422.c b/drivers/iio/adc/mcp3422.c > index bc93f53..1294832 100644 > --- a/drivers/iio/adc/mcp3422.c > +++ b/drivers/iio/adc/mcp3422.c > @@ -20,6 +20,7 @@ > #include <linux/module.h> > #include <linux/delay.h> > #include <linux/sysfs.h> > +#include <linux/of.h> > > #include <linux/iio/iio.h> > #include <linux/iio/sysfs.h> > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html