Index: drivers/i2c/i2c-rpx.c =================================================================== RCS file: /cvsroot/linuxppc_2_4_devel/drivers/i2c/i2c-rpx.c,v retrieving revision 1.2 diff -u -r1.2 i2c-rpx.c --- drivers/i2c/i2c-rpx.c 2003/10/30 00:32:55 1.2 +++ drivers/i2c/i2c-rpx.c 2003/11/23 14:37:11 @@ -35,10 +35,12 @@ data->iip = (iic_t *)&cp->cp_dparam[PROFF_IIC]; +#ifdef USE_IIC_PATCH /* Check for and use a microcode relocation patch. */ if ((data->reloc = data->iip->iic_rpbase)) data->iip = (iic_t *)&cp->cp_dpmem[data->iip->iic_rpbase]; +#endif data->i2c = (i2c8xx_t *)&(immap->im_i2c); data->cp = cp;