commit | fa644f355b7723a426110b979bf30acaa02959b9 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Apr 30 20:40:49 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 06 15:07:48 2024 -0600 |
tree | d7755925e99a6c1456ae308883a5f933fad4818c | |
parent | dee15a9e7bcd7c8271ef66c34b36ea192b359543 [diff] |
global: Audit usage of <eeprom.h> The file include/eeprom.h is used only in some legacy non-DM I2C EEPROM access cases. Remove most inclusions of this file as they are not needed. Signed-off-by: Tom Rini <trini@konsulko.com>