mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-30 16:13:27 +08:00
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:
parent
6a7185887b
commit
0fc85aa34d
@ -6,7 +6,6 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <eeprom.h>
|
||||
#include <env.h>
|
||||
#include <i2c_eeprom.h>
|
||||
#include <net.h>
|
||||
|
@ -7,7 +7,6 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <eeprom.h>
|
||||
#include <i2c.h>
|
||||
#include <eeprom_layout.h>
|
||||
#include <eeprom_field.h>
|
||||
|
@ -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>
|
||||
|
@ -7,7 +7,6 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <eeprom.h>
|
||||
#include <image.h>
|
||||
#include <init.h>
|
||||
#include <net.h>
|
||||
|
@ -4,7 +4,6 @@
|
||||
* Author: Wadim Egorov <w.egorov@phytec.de>
|
||||
*/
|
||||
|
||||
#include <eeprom.h>
|
||||
#include <init.h>
|
||||
#include <log.h>
|
||||
#include <net.h>
|
||||
|
@ -5,7 +5,6 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <eeprom.h>
|
||||
#include <env.h>
|
||||
#include <i2c_eeprom.h>
|
||||
#include <init.h>
|
||||
|
@ -8,7 +8,6 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <eeprom.h>
|
||||
#include <asm/global_data.h>
|
||||
#include <dm/uclass.h>
|
||||
#include <env.h>
|
||||
|
@ -8,7 +8,6 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <eeprom.h>
|
||||
#include <log.h>
|
||||
#include <net.h>
|
||||
#include <asm/arch/hardware.h>
|
||||
|
@ -6,7 +6,6 @@
|
||||
* Texas Instruments Incorporated, <www.ti.com>
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <eeprom.h>
|
||||
#include <env.h>
|
||||
#include <hang.h>
|
||||
#include <image.h>
|
||||
|
@ -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>
|
||||
|
@ -10,7 +10,6 @@
|
||||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <dm.h>
|
||||
#include <eeprom.h>
|
||||
#include <i2c.h>
|
||||
#include <log.h>
|
||||
#include <rtc.h>
|
||||
|
Loading…
Reference in New Issue
Block a user