summaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authormario.six@gdsys.cc <mario.six@gdsys.cc>2016-04-25 08:31:01 +0200
committerHeiko Schocher <hs@denx.de>2016-05-17 08:28:52 +0200
commitec2c81c5d4681274f9f9d079b08ed259ff20dc69 (patch)
treeaa6ebe891785c140e1ee31a6e976258a87a5f47a /arch/m68k
parentb6a77b0ce8ac21c154f02907c364b6d3e3c8af5e (diff)
downloadblackbird-obmc-uboot-ec2c81c5d4681274f9f9d079b08ed259ff20dc69.tar.gz
blackbird-obmc-uboot-ec2c81c5d4681274f9f9d079b08ed259ff20dc69.zip
dm: fsl_i2c: Rename I2C register structure
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/include/asm/fsl_i2c.h2
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 1b1c25ef89..c7d2aa33e8 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];
OpenPOWER on IntegriCloud