Merge branch 'master' of /home/wd/git/u-boot/custodians

* 'master' of /home/wd/git/u-boot/custodians:
  fsl_i2c: Fix compile warning
This commit is contained in:
Wolfgang Denk 2011-11-16 19:59:02 +01:00
commit b975026401
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ unsigned int get_i2c_clock(int bus)
void
i2c_init(int speed, int slaveadd)
{
struct fsl_i2c *dev;
const struct fsl_i2c *dev;
unsigned int temp;
int bus_num, i;