diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h index 7587ba2ee586ac8cf172a7b86eca64f52faea387..5d027329fe0f048c6b9ba88b84510cfcbe734872 100644 --- a/include/asm-generic/global_data.h +++ b/include/asm-generic/global_data.h @@ -89,9 +89,6 @@ typedef struct global_data { #endif #if defined(CONFIG_SYS_I2C) int cur_i2c_bus; /* current used i2c bus */ -#endif -#ifdef CONFIG_SYS_I2C_MXC - void *srdata[10]; #endif unsigned int timebase_h; unsigned int timebase_l;