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>
This commit is contained in:
Tom Rini 2024-04-30 20:40:49 -06:00
parent 6a7185887b
commit 0fc85aa34d
11 changed files with 0 additions and 11 deletions

View File

@ -6,7 +6,6 @@
#include <common.h> #include <common.h>
#include <dm.h> #include <dm.h>
#include <eeprom.h>
#include <env.h> #include <env.h>
#include <i2c_eeprom.h> #include <i2c_eeprom.h>
#include <net.h> #include <net.h>

View File

@ -7,7 +7,6 @@
*/ */
#include <common.h> #include <common.h>
#include <eeprom.h>
#include <i2c.h> #include <i2c.h>
#include <eeprom_layout.h> #include <eeprom_layout.h>
#include <eeprom_field.h> #include <eeprom_field.h>

View File

@ -7,7 +7,6 @@
#include <dm.h> #include <dm.h>
#include <env.h> #include <env.h>
#include <env_internal.h> #include <env_internal.h>
#include <eeprom.h>
#include <fdt_support.h> #include <fdt_support.h>
#include <hang.h> #include <hang.h>
#include <ioports.h> #include <ioports.h>

View File

@ -7,7 +7,6 @@
#include <common.h> #include <common.h>
#include <dm.h> #include <dm.h>
#include <eeprom.h>
#include <image.h> #include <image.h>
#include <init.h> #include <init.h>
#include <net.h> #include <net.h>

View File

@ -4,7 +4,6 @@
* Author: Wadim Egorov <w.egorov@phytec.de> * Author: Wadim Egorov <w.egorov@phytec.de>
*/ */
#include <eeprom.h>
#include <init.h> #include <init.h>
#include <log.h> #include <log.h>
#include <net.h> #include <net.h>

View File

@ -5,7 +5,6 @@
#include <common.h> #include <common.h>
#include <dm.h> #include <dm.h>
#include <eeprom.h>
#include <env.h> #include <env.h>
#include <i2c_eeprom.h> #include <i2c_eeprom.h>
#include <init.h> #include <init.h>

View File

@ -8,7 +8,6 @@
*/ */
#include <common.h> #include <common.h>
#include <eeprom.h>
#include <asm/global_data.h> #include <asm/global_data.h>
#include <dm/uclass.h> #include <dm/uclass.h>
#include <env.h> #include <env.h>

View File

@ -8,7 +8,6 @@
*/ */
#include <common.h> #include <common.h>
#include <eeprom.h>
#include <log.h> #include <log.h>
#include <net.h> #include <net.h>
#include <asm/arch/hardware.h> #include <asm/arch/hardware.h>

View File

@ -6,7 +6,6 @@
* Texas Instruments Incorporated, <www.ti.com> * Texas Instruments Incorporated, <www.ti.com>
*/ */
#include <common.h> #include <common.h>
#include <eeprom.h>
#include <env.h> #include <env.h>
#include <hang.h> #include <hang.h>
#include <image.h> #include <image.h>

View File

@ -6,7 +6,6 @@
#define LOG_CATEGORY UCLASS_I2C_EEPROM #define LOG_CATEGORY UCLASS_I2C_EEPROM
#include <common.h> #include <common.h>
#include <eeprom.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/err.h> #include <linux/err.h>
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@ -10,7 +10,6 @@
#include <common.h> #include <common.h>
#include <command.h> #include <command.h>
#include <dm.h> #include <dm.h>
#include <eeprom.h>
#include <i2c.h> #include <i2c.h>
#include <log.h> #include <log.h>
#include <rtc.h> #include <rtc.h>