From 0fc85aa34df41a3a27e8e854cc725796129afdd4 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 30 Apr 2024 20:40:49 -0600 Subject: global: Audit usage of 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 --- drivers/misc/i2c_eeprom.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/misc/i2c_eeprom.c') 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 -#include #include #include #include -- cgit v1.2.3