diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:40:49 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-06 15:07:48 -0600 |
commit | 0fc85aa34df41a3a27e8e854cc725796129afdd4 (patch) | |
tree | d7755925e99a6c1456ae308883a5f933fad4818c /drivers/misc/i2c_eeprom.c | |
parent | 6a7185887b83a5cc334c7ce5bd65970381b2f4ce (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>
Diffstat (limited to 'drivers/misc/i2c_eeprom.c')
-rw-r--r-- | drivers/misc/i2c_eeprom.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/i2c_eeprom.c b/drivers/misc/i2c_eeprom.c index 9111bd724cb..9cb375a99ab 100644 --- a/drivers/misc/i2c_eeprom.c +++ b/drivers/misc/i2c_eeprom.c @@ -6,7 +6,6 @@ #define LOG_CATEGORY UCLASS_I2C_EEPROM #include <common.h> -#include <eeprom.h> #include <linux/delay.h> #include <linux/err.h> #include <linux/kernel.h> |