X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fasm-ppc%2Fi2c.h;h=2ae33670fde1ec72af1ec8282bfc687559423b57;hb=f6eda7f80ccc13d658020268c507d7173cf2e8aa;hp=1680d3a7c155ab07db92be67304ec6501be09135;hpb=e862ed1c22a9aa79835fc4b5f57b4261196a7fac;p=oweals%2Fu-boot.git diff --git a/include/asm-ppc/i2c.h b/include/asm-ppc/i2c.h index 1680d3a7c1..2ae33670fd 100644 --- a/include/asm-ppc/i2c.h +++ b/include/asm-ppc/i2c.h @@ -91,8 +91,8 @@ typedef struct i2c /* * MPC8349 have two i2c bus */ -extern i2c_t * mpc8349_i2c; -#define I2C mpc8349_i2c +extern i2c_t * mpc83xx_i2c; +#define I2C mpc83xx_i2c #else #define I2C ((i2c_t*)(CFG_IMMRBAR + CFG_I2C_OFFSET)) #endif