> ... > > > > #include <linux/iio/iio.h> > > > #include <linux/iio/driver.h> > > > #include <linux/module.h> > > > +#include <linux/property.h> > > why? > > device_get_match_data() requires it. Good point :) Not sure how I missed that!
> ... > > > > #include <linux/iio/iio.h> > > > #include <linux/iio/driver.h> > > > #include <linux/module.h> > > > +#include <linux/property.h> > > why? > > device_get_match_data() requires it. Good point :) Not sure how I missed that!