From 0b9441ae76db88b6871adc31b7e59355286f2847 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 12 Oct 2023 19:03:59 -0400 Subject: 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 Reviewed-by: Rick Chen --- arch/riscv/lib/interrupts.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/riscv/lib/interrupts.c') diff --git a/arch/riscv/lib/interrupts.c b/arch/riscv/lib/interrupts.c index e966afa7e3e..02dbcfd4238 100644 --- a/arch/riscv/lib/interrupts.c +++ b/arch/riscv/lib/interrupts.c @@ -10,7 +10,6 @@ */ #include -#include #include #include #include -- cgit v1.2.3