mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
global_data: remove unused mxc_i2c specific field
The srdata field is unused since commit 71204e95ce
("i2c: mxc:
refactor i2c driver and support dm").
Cc: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
c05b38df47
commit
36608b2a84
1 changed files with 0 additions and 3 deletions
|
@ -89,9 +89,6 @@ typedef struct global_data {
|
||||||
#endif
|
#endif
|
||||||
#if defined(CONFIG_SYS_I2C)
|
#if defined(CONFIG_SYS_I2C)
|
||||||
int cur_i2c_bus; /* current used i2c bus */
|
int cur_i2c_bus; /* current used i2c bus */
|
||||||
#endif
|
|
||||||
#ifdef CONFIG_SYS_I2C_MXC
|
|
||||||
void *srdata[10];
|
|
||||||
#endif
|
#endif
|
||||||
unsigned int timebase_h;
|
unsigned int timebase_h;
|
||||||
unsigned int timebase_l;
|
unsigned int timebase_l;
|
||||||
|
|
Loading…
Reference in a new issue