]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
remoteproc: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:31:13 +0000 (19:31 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:56 +0000 (08:00 -0600)
Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/remoteproc/ipu_rproc.c
drivers/remoteproc/k3_system_controller.c
drivers/remoteproc/pru_rproc.c
drivers/remoteproc/rproc-elf-loader.c
drivers/remoteproc/rproc-uclass.c
drivers/remoteproc/sandbox_testproc.c
drivers/remoteproc/stm32_copro.c
drivers/remoteproc/ti_k3_arm64_rproc.c
drivers/remoteproc/ti_k3_dsp_rproc.c
drivers/remoteproc/ti_k3_r5f_rproc.c
drivers/remoteproc/ti_power_proc.c

index 996e658e8718e71bfb83907eb6fa62bde9cdf472..2ca78b550a7e8d8f9a8e2a195a576987cd0edf47 100644 (file)
@@ -8,7 +8,6 @@
  *      Keerthy <j-keerthy@ti.com>
  */
 
-#include <common.h>
 #include <hang.h>
 #include <cpu_func.h>
 #include <dm.h>
index 071de40fbd6f782f77f43b604d9919b505318e88..71238a6058a4c711764817b53de9e6ff7b6ea061 100644 (file)
@@ -6,7 +6,6 @@
  *     Lokesh Vutla <lokeshvutla@ti.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <remoteproc.h>
index 6ec55e27d9dd64f1a845c16a88b42f469ac3313f..115c342244afa20725ea46e85473f1ddeafb9a54 100644 (file)
@@ -6,7 +6,6 @@
  *     Keerthy <j-keerthy@ti.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <elf.h>
 #include <dm/of_access.h>
index 5e070e5076e1c06f37e0575bc52e40af1a420f0d..ab1836b3f0789c3f1d28a3e20c777391dca92aec 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Copyright (C) 2019, STMicroelectronics - All Rights Reserved
  */
-#include <common.h>
 #include <cpu_func.h>
 #include <dm.h>
 #include <elf.h>
index aa7f7586a8141eb010fa0711fd9f555d2f5c9039..3ba2b40dca38e0eefee27d5f2c847586c8b2cba6 100644 (file)
@@ -7,7 +7,6 @@
 #define LOG_CATEGORY UCLASS_REMOTEPROC
 
 #define pr_fmt(fmt) "%s: " fmt, __func__
-#include <common.h>
 #include <elf.h>
 #include <errno.h>
 #include <log.h>
index f76f68ebeb434112a12e61ed6b3f694abcb541a5..ad575a7c10fdb399c77f4f01b8167a8ae71574a2 100644 (file)
@@ -4,7 +4,6 @@
  * Texas Instruments Incorporated - https://www.ti.com/
  */
 #define pr_fmt(fmt) "%s: " fmt, __func__
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index 3e322c4d7191a61c8d58b5d5d8c39b58f96b71e2..f45da9a68ac6eaeef0c5a563785a2b9433430b7e 100644 (file)
@@ -4,7 +4,6 @@
  */
 #define LOG_CATEGORY UCLASS_REMOTEPROC
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <fdtdec.h>
index 767493c1383c2c08ed8fb7da9dbb43887de68ec6..d3eb957b2e4957f2dcbf3e7d4a5c8d1983f4dbda 100644 (file)
@@ -7,7 +7,6 @@
  *
  */
 
-#include <common.h>
 #include <dm.h>
 #include <remoteproc.h>
 #include <errno.h>
index e790406324a9cf1831cc166560236990cc52b864..57fe1037da02ee98ece237f7727e755487f20447 100644 (file)
@@ -7,7 +7,6 @@
  *     Suman Anna <s-anna@ti.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <malloc.h>
index 631e548dccef3cda8024e652a1a03a17c132b260..b55b1dc10d4a9567f2ecd7904b2b2a7b066c15c8 100644 (file)
@@ -7,7 +7,6 @@
  *     Suman Anna <s-anna@ti.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <malloc.h>
index f55df4a91195dcd9010b20345387020117110bc0..cf150af4ef97897322f89fc18bc314812fac1eb6 100644 (file)
@@ -4,7 +4,6 @@
  * Texas Instruments Incorporated - https://www.ti.com/
  */
 #define pr_fmt(fmt) "%s: " fmt, __func__
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <fdtdec.h>