Skip to content

Commit

Permalink
remoteproc: Remove <common.h> and add needed includes
Browse files Browse the repository at this point in the history
Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
  • Loading branch information
trini committed May 7, 2024
1 parent 37ea47d commit f07668b
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion drivers/remoteproc/ipu_rproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* Keerthy <j-keerthy@ti.com>
*/

#include <common.h>
#include <hang.h>
#include <cpu_func.h>
#include <dm.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/remoteproc/k3_system_controller.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* Lokesh Vutla <lokeshvutla@ti.com>
*/

#include <common.h>
#include <dm.h>
#include <log.h>
#include <remoteproc.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/remoteproc/pru_rproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* Keerthy <j-keerthy@ti.com>
*/

#include <common.h>
#include <dm.h>
#include <elf.h>
#include <dm/of_access.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/remoteproc/rproc-elf-loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/*
* Copyright (C) 2019, STMicroelectronics - All Rights Reserved
*/
#include <common.h>
#include <cpu_func.h>
#include <dm.h>
#include <elf.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/remoteproc/rproc-uclass.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion drivers/remoteproc/sandbox_testproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion drivers/remoteproc/stm32_copro.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*/
#define LOG_CATEGORY UCLASS_REMOTEPROC

#include <common.h>
#include <dm.h>
#include <errno.h>
#include <fdtdec.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/remoteproc/ti_k3_arm64_rproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*
*/

#include <common.h>
#include <dm.h>
#include <remoteproc.h>
#include <errno.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/remoteproc/ti_k3_dsp_rproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* Suman Anna <s-anna@ti.com>
*/

#include <common.h>
#include <dm.h>
#include <log.h>
#include <malloc.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/remoteproc/ti_k3_r5f_rproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* Suman Anna <s-anna@ti.com>
*/

#include <common.h>
#include <dm.h>
#include <log.h>
#include <malloc.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/remoteproc/ti_power_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f07668b

Please sign in to comment.