commit | 7d43b4ecca9ef78e0669b6825657721c999f84e0 | [log] [tgz] |
---|---|---|
author | mario.six@gdsys.cc <mario.six@gdsys.cc> | Mon Apr 25 08:31:01 2016 +0200 |
committer | Heiko Schocher <hs@denx.de> | Tue May 17 08:28:52 2016 +0200 |
tree | aa6ebe891785c140e1ee31a6e976258a87a5f47a | |
parent | abb3e1385bd4a3f031c65ac2b74d785bf37c45da [diff] [blame] |
dm: fsl_i2c: Rename I2C register structure Signed-off-by: Mario Six <mario.six@gdsys.cc>
diff --git a/arch/powerpc/include/asm/fsl_i2c.h b/arch/powerpc/include/asm/fsl_i2c.h index cbbc834..e94bdc6 100644 --- a/arch/powerpc/include/asm/fsl_i2c.h +++ b/arch/powerpc/include/asm/fsl_i2c.h
@@ -16,7 +16,7 @@ #include <asm/types.h> -typedef struct fsl_i2c { +typedef struct fsl_i2c_base { u8 adr; /* I2C slave address */ u8 res0[3];