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:
Tom Rini 2024-05-01 19:31:20 -06:00
parent d5cb488c52
commit 294ebef07d
9 changed files with 0 additions and 9 deletions

View File

@ -6,7 +6,6 @@
#define LOG_CATEGORY UCLASS_SOC #define LOG_CATEGORY UCLASS_SOC
#include <common.h>
#include <soc.h> #include <soc.h>
#include <dm.h> #include <dm.h>
#include <errno.h> #include <errno.h>

View File

@ -6,7 +6,6 @@
* Dave Gerlach <d-gerlach@ti.com> * Dave Gerlach <d-gerlach@ti.com>
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <soc.h> #include <soc.h>

View File

@ -4,7 +4,6 @@
* Dave Gerlach <d-gerlach@ti.com> * Dave Gerlach <d-gerlach@ti.com>
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <soc.h> #include <soc.h>

View File

@ -5,7 +5,6 @@
* Copyright (C) 2021 Xilinx, Inc. * Copyright (C) 2021 Xilinx, Inc.
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <soc.h> #include <soc.h>
#include <zynqmp_firmware.h> #include <zynqmp_firmware.h>

View File

@ -5,7 +5,6 @@
* Copyright (C) 2022, Advanced Micro Devices, Inc. * Copyright (C) 2022, Advanced Micro Devices, Inc.
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <soc.h> #include <soc.h>
#include <zynqmp_firmware.h> #include <zynqmp_firmware.h>

View File

@ -9,7 +9,6 @@
* Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> * Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <dm/device_compat.h> #include <dm/device_compat.h>
#include <asm/cache.h> #include <asm/cache.h>

View File

@ -5,7 +5,6 @@
* Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com * Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com
*/ */
#include <common.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <log.h> #include <log.h>
#include <asm/cache.h> #include <asm/cache.h>

View File

@ -7,7 +7,6 @@
*/ */
#include <errno.h> #include <errno.h>
#include <common.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/ti-common/keystone_serdes.h> #include <asm/ti-common/keystone_serdes.h>
#include <linux/bitops.h> #include <linux/bitops.h>

View File

@ -5,7 +5,6 @@
* Copyright (C) 2020-2021 Texas Instruments Incorporated - https://www.ti.com/ * Copyright (C) 2020-2021 Texas Instruments Incorporated - https://www.ti.com/
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <dm/of_access.h> #include <dm/of_access.h>
#include <errno.h> #include <errno.h>