1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-03 00:11:30 +02:00

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

Remove <common.h> from the remainder of the files under arch/arm and
when needed add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-04-30 07:35:59 -06:00
parent 935b60f883
commit 7410cde67d
58 changed files with 14 additions and 57 deletions

View File

@@ -18,7 +18,6 @@
* Philippe Robin, ARM Ltd. <philippe.robin@arm.com>
*/
#include <common.h>
#include <cpu_func.h>
#include <efi_loader.h>
#include <irq_func.h>