remoteproc: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2024-05-01 19:31:13 -06:00
parent 37ea47d266
commit f07668b30a
11 changed files with 0 additions and 11 deletions

View file

@ -8,7 +8,6 @@
* Keerthy <j-keerthy@ti.com>
*/
#include <common.h>
#include <hang.h>
#include <cpu_func.h>
#include <dm.h>

View file

@ -6,7 +6,6 @@
* Lokesh Vutla <lokeshvutla@ti.com>
*/
#include <common.h>
#include <dm.h>
#include <log.h>
#include <remoteproc.h>

View file

@ -6,7 +6,6 @@
* Keerthy <j-keerthy@ti.com>
*/
#include <common.h>
#include <dm.h>
#include <elf.h>
#include <dm/of_access.h>

View 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>

View 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>

View 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>

View file

@ -4,7 +4,6 @@
*/
#define LOG_CATEGORY UCLASS_REMOTEPROC
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <fdtdec.h>

View file

@ -7,7 +7,6 @@
*
*/
#include <common.h>
#include <dm.h>
#include <remoteproc.h>
#include <errno.h>

View file

@ -7,7 +7,6 @@
* Suman Anna <s-anna@ti.com>
*/
#include <common.h>
#include <dm.h>
#include <log.h>
#include <malloc.h>

View file

@ -7,7 +7,6 @@
* Suman Anna <s-anna@ti.com>
*/
#include <common.h>
#include <dm.h>
#include <log.h>
#include <malloc.h>

View 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>