diff options
author | mario.six@gdsys.cc | 2016-04-25 08:31:01 +0200 |
---|---|---|
committer | Heiko Schocher | 2016-05-17 08:28:52 +0200 |
commit | ec2c81c5d4681274f9f9d079b08ed259ff20dc69 (patch) | |
tree | aa6ebe891785c140e1ee31a6e976258a87a5f47a /arch/m68k/include/asm/fsl_i2c.h | |
parent | b6a77b0ce8ac21c154f02907c364b6d3e3c8af5e (diff) |
dm: fsl_i2c: Rename I2C register structure
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'arch/m68k/include/asm/fsl_i2c.h')
-rw-r--r-- | arch/m68k/include/asm/fsl_i2c.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/fsl_i2c.h b/arch/m68k/include/asm/fsl_i2c.h index 1b1c25ef899..c7d2aa33e85 100644 --- a/arch/m68k/include/asm/fsl_i2c.h +++ b/arch/m68k/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]; |