Hi, On Mon, Jun 29, 2015 at 07:53:48PM +0300, Adriana Reus wrote: [...] > +struct { > + u8 reg; > + u8 val; > +} regvals[] = { > + {PA12203001_REG_CFG0, PA12203001_REG_CFG0_DEFAULT}, > + {PA12203001_REG_CFG1, PA12203001_REG_CFG1_DEFAULT}, > + {PA12203001_REG_CFG2, PA12203001_REG_CFG2_DEFAULT}, > + {PA12203001_REG_CFG3, PA12203001_REG_CFG3_DEFAULT}, > + {PA12203001_REG_PSET, PA12203001_PSCAN}, > +}; It seems like `static' keyword is missed here. -- 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