From 8991fed97dbd5fe79354b533b32c78742a126d02 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 12 Oct 2023 19:03:58 -0400 Subject: mips: 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 --- arch/mips/mach-mscc/include/mach/ddr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mips/mach-mscc/include/mach/ddr.h') diff --git a/arch/mips/mach-mscc/include/mach/ddr.h b/arch/mips/mach-mscc/include/mach/ddr.h index 75fb3ca00d..3ba33d27c1 100644 --- a/arch/mips/mach-mscc/include/mach/ddr.h +++ b/arch/mips/mach-mscc/include/mach/ddr.h @@ -6,6 +6,7 @@ #ifndef __ASM_MACH_DDR_H #define __ASM_MACH_DDR_H +#include #include #include #include -- cgit v1.2.3