aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-socfpga/freeze_controller.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 07:35:34 -0600
committerTom Rini <trini@konsulko.com>2024-05-06 15:06:33 -0600
commit2b97f1506573477504616b102bf7bd06952355d2 (patch)
tree99689d97a1f137ddff8aeb6f99ef110ed8b4e417 /arch/arm/mach-socfpga/freeze_controller.c
parentdebd98265de384bb2ca2bfb169fb30ca175f2f69 (diff)
downloadu-boot-2b97f1506573477504616b102bf7bd06952355d2.zip
u-boot-2b97f1506573477504616b102bf7bd06952355d2.tar.gz
u-boot-2b97f1506573477504616b102bf7bd06952355d2.tar.bz2
arm: socfpga: Remove <common.h> and add needed includes
Remove <common.h> from all mach-socfpga files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-socfpga/freeze_controller.c')
-rw-r--r--arch/arm/mach-socfpga/freeze_controller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-socfpga/freeze_controller.c b/arch/arm/mach-socfpga/freeze_controller.c
index 561d340..7c86350 100644
--- a/arch/arm/mach-socfpga/freeze_controller.c
+++ b/arch/arm/mach-socfpga/freeze_controller.c
@@ -4,7 +4,7 @@
*/
-#include <common.h>
+#include <config.h>
#include <asm/io.h>
#include <asm/arch/clock_manager.h>
#include <asm/arch/freeze_controller.h>