summaryrefslogtreecommitdiff
path: root/board/cssi
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-04-30 20:40:49 -0600
committerTom Rini <[email protected]>2024-05-06 15:07:48 -0600
commit0fc85aa34df41a3a27e8e854cc725796129afdd4 (patch)
treed7755925e99a6c1456ae308883a5f933fad4818c /board/cssi
parent6a7185887b83a5cc334c7ce5bd65970381b2f4ce (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 <[email protected]>
Diffstat (limited to 'board/cssi')
-rw-r--r--board/cssi/cmpcpro/cmpcpro.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/cssi/cmpcpro/cmpcpro.c b/board/cssi/cmpcpro/cmpcpro.c
index ef304124564..ec13d9a7ed7 100644
--- a/board/cssi/cmpcpro/cmpcpro.c
+++ b/board/cssi/cmpcpro/cmpcpro.c
@@ -7,7 +7,6 @@
#include <dm.h>
#include <env.h>
#include <env_internal.h>
-#include <eeprom.h>
#include <fdt_support.h>
#include <hang.h>
#include <ioports.h>