diff options
author | Tom Rini <trini@konsulko.com> | 2023-10-12 19:03:59 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-24 16:34:45 -0400 |
commit | 0b9441ae76db88b6871adc31b7e59355286f2847 (patch) | |
tree | b26e8ce64e83dd907910674f2977d56b590f516d /arch/riscv/lib/aclint_ipi.c | |
parent | 8991fed97dbd5fe79354b533b32c78742a126d02 (diff) |
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>
Diffstat (limited to 'arch/riscv/lib/aclint_ipi.c')
-rw-r--r-- | arch/riscv/lib/aclint_ipi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/lib/aclint_ipi.c b/arch/riscv/lib/aclint_ipi.c index 90b8e128cb1..dcd7e5e6b34 100644 --- a/arch/riscv/lib/aclint_ipi.c +++ b/arch/riscv/lib/aclint_ipi.c @@ -8,7 +8,6 @@ * associated with software and timer interrupts. */ -#include <common.h> #include <dm.h> #include <regmap.h> #include <syscon.h> |