mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-02 21:18:39 +00:00
soc: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed add missing include files directly. Reviewed-by: Bryan Brattlof <bb@ti.com> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
d5cb488c52
commit
294ebef07d
@ -6,7 +6,6 @@
|
||||
|
||||
#define LOG_CATEGORY UCLASS_SOC
|
||||
|
||||
#include <common.h>
|
||||
#include <soc.h>
|
||||
#include <dm.h>
|
||||
#include <errno.h>
|
||||
|
||||
@ -6,7 +6,6 @@
|
||||
* Dave Gerlach <d-gerlach@ti.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <soc.h>
|
||||
|
||||
|
||||
@ -4,7 +4,6 @@
|
||||
* Dave Gerlach <d-gerlach@ti.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <soc.h>
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
* Copyright (C) 2021 Xilinx, Inc.
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <soc.h>
|
||||
#include <zynqmp_firmware.h>
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
* Copyright (C) 2022, Advanced Micro Devices, Inc.
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <soc.h>
|
||||
#include <zynqmp_firmware.h>
|
||||
|
||||
@ -9,7 +9,6 @@
|
||||
* Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <dm/device_compat.h>
|
||||
#include <asm/cache.h>
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
* Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <cpu_func.h>
|
||||
#include <log.h>
|
||||
#include <asm/cache.h>
|
||||
|
||||
@ -7,7 +7,6 @@
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
#include <common.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/ti-common/keystone_serdes.h>
|
||||
#include <linux/bitops.h>
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
* Copyright (C) 2020-2021 Texas Instruments Incorporated - https://www.ti.com/
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <dm/of_access.h>
|
||||
#include <errno.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user