1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-09 12:06:41 +02:00

riscv: 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>
Reviewed-by: Rick Chen <rick@andestech.com>
This commit is contained in:
Tom Rini
2023-10-12 19:03:59 -04:00
parent 8991fed97d
commit 0b9441ae76
34 changed files with 9 additions and 32 deletions

View File

@@ -7,7 +7,7 @@
* Taken from Linux arch/riscv/kernel/sbi.c
*/
#include <common.h>
#include <errno.h>
#include <asm/encoding.h>
#include <asm/sbi.h>