mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
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:
parent
37ea47d266
commit
f07668b30a
11 changed files with 0 additions and 11 deletions
|
@ -8,7 +8,6 @@
|
|||
* Keerthy <j-keerthy@ti.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <hang.h>
|
||||
#include <cpu_func.h>
|
||||
#include <dm.h>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
* Lokesh Vutla <lokeshvutla@ti.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <log.h>
|
||||
#include <remoteproc.h>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
* Keerthy <j-keerthy@ti.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <elf.h>
|
||||
#include <dm/of_access.h>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
/*
|
||||
* Copyright (C) 2019, STMicroelectronics - All Rights Reserved
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <cpu_func.h>
|
||||
#include <dm.h>
|
||||
#include <elf.h>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
*/
|
||||
#define LOG_CATEGORY UCLASS_REMOTEPROC
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <errno.h>
|
||||
#include <fdtdec.h>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <remoteproc.h>
|
||||
#include <errno.h>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
* Suman Anna <s-anna@ti.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <log.h>
|
||||
#include <malloc.h>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
* Suman Anna <s-anna@ti.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <log.h>
|
||||
#include <malloc.h>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue