Stephen, > > After merging the i2c tree, today's linux-next build (powerpc > > ppc44x_defconfig) failed like this: Oops, yes. > > /* Bus timings (in ns) for bit-banging */ > > -static struct i2c_timings { > > +static struct ibm_i2c_timings { I changed it to ibm_iic_timings for consistency reasons... > > volatile struct iic_regs __iomem *iic = dev->vaddr; > > - const struct i2c_timings* t = &timings[dev->fast_mode ? 1 : 0]; > > + const struct ibm_i2c_timings* t = &timings[dev->fast_mode ? 1 : 0]; ... and fixed the placement of the * operator ... > > u8 mask, v, sda; > > int i, res; > > > > -- > > 2.6.2 > > Ping? ... and applied to for-next, thanks! The patch got lost because the i2c-list was not on CC and thus patchwork couldn't catch it.
Attachment:
signature.asc
Description: Digital signature