]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: aspeed: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Tue, 30 Apr 2024 13:35:56 +0000 (07:35 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 6 May 2024 21:06:34 +0000 (15:06 -0600)
Remove <common.h> from all mach-aspeed files and when needed add missing
include files directly.

Reviewed-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-aspeed/ast2500/board_common.c
arch/arm/mach-aspeed/ast2500/clk_ast2500.c
arch/arm/mach-aspeed/ast2600/board_common.c
arch/arm/mach-aspeed/ast2600/spl.c
arch/arm/mach-aspeed/ast_wdt.c

index bae10271844add321ed488950d51ecba93449fae..531c2ad1562c98839217e935cb618f4228d979a9 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Copyright (c) 2016 Google, Inc
  */
-#include <common.h>
+#include <config.h>
 #include <dm.h>
 #include <init.h>
 #include <log.h>
index 02bd3f67c96aeee166f641101ce2d15f51f57537..50d7f99b2643927487e4a3a5e59e8045296cb0cf 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2016 Google, Inc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <asm/io.h>
 #include <asm/arch/scu_ast2500.h>
index dc6cdc35d15ca2b538914d74881cc8d4618e0ed1..4c0b705ea88dc0ebcca17f28db564188ec28737a 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Copyright (c) Aspeed Technology Inc.
  */
-#include <common.h>
+#include <config.h>
 #include <dm.h>
 #include <ram.h>
 #include <timer.h>
index 0952e73a45729e18f0aea24edf24cb7cba57cf42..05390c16f3aff42c388c7de453b5899beac61546 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Copyright (c) Aspeed Technology Inc.
  */
-#include <common.h>
 #include <debug_uart.h>
 #include <dm.h>
 #include <spl.h>
index 5bc442ef33ce2a21af3881aa7361c30f738b9e4f..c420940d1cb917633a6f89c67664eceb36d0836e 100644 (file)
@@ -3,7 +3,6 @@
  * (C) Copyright 2016 Google, Inc
  */
 
-#include <common.h>
 #include <asm/io.h>
 #include <asm/arch/wdt.h>
 #include <linux/err.h>