summaryrefslogtreecommitdiff
path: root/arch/mips/mach-mscc/include/mach/ddr.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-10-12 19:03:58 -0400
committerTom Rini <trini@konsulko.com>2023-10-24 16:34:45 -0400
commit8991fed97dbd5fe79354b533b32c78742a126d02 (patch)
tree765abd03321f62d779040d00bc40ad9a6fcb1e90 /arch/mips/mach-mscc/include/mach/ddr.h
parent577dddb5b7d6e0f962ea06ed80b85bc6ec5ca7d8 (diff)
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 <trini@konsulko.com>
Diffstat (limited to 'arch/mips/mach-mscc/include/mach/ddr.h')
-rw-r--r--arch/mips/mach-mscc/include/mach/ddr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mach-mscc/include/mach/ddr.h b/arch/mips/mach-mscc/include/mach/ddr.h
index 75fb3ca00d2..3ba33d27c17 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 <config.h>
#include <asm/cacheops.h>
#include <asm/io.h>
#include <asm/reboot.h>