1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-12 05:26:42 +02:00

arc: Remove common.h usage

We can remove common.h from most cases of the code here, and only a few
places need an additional header instead.

Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
This commit is contained in:
Tom Rini
2023-10-12 19:03:55 -04:00
parent 12c00f9e8b
commit 60c08dd771
16 changed files with 3 additions and 15 deletions

View File

@@ -3,8 +3,8 @@
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
*/
#include <common.h>
#include <irq_func.h>
#include <vsprintf.h>
#include <asm/arcregs.h>
#include <asm/ptrace.h>