diff options
| author | Vignesh R <[email protected]> | 2016-07-25 16:26:45 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-08-08 13:33:00 -0400 |
| commit | 95def3cf5d24aebbcdffe6c4fc1a39288cf00b6a (patch) | |
| tree | 5da7983c36c96d4411c17842e532ad2b887e378c /include/linux/kernel.h | |
| parent | 0812d1a094c402db4fc25ca988113a6d6663c70f (diff) | |
i2c: i2c-uclass-compat: avoid any BSS usage
As I2C can be used before DRAM initialization for reading EEPROM,
avoid using static variables stored in BSS, since BSS is in DRAM, which
may not have been initialised yet. Explicitly mark "static global"
variables as belonging to the .data section.
Signed-off-by: Vignesh R <[email protected]>
Acked-by: Heiko Schocher<[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/linux/kernel.h')
0 files changed, 0 insertions, 0 deletions
