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

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/cpu/armv7/s5p-common/cpu_info.c
arch/arm/cpu/armv7/s5p-common/pwm.c
arch/arm/cpu/armv7/s5p-common/sromc.c
arch/arm/cpu/armv7/s5p-common/timer.c
arch/arm/mach-s5pc1xx/cache.c
arch/arm/mach-s5pc1xx/clock.c
arch/arm/mach-s5pc1xx/pinmux.c

index fb2920950d426508f9ae61ce2172c425c1e97058..4331dde7643d529307157d1e30ee2b0502ff0687 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2009 Samsung Electronics
  * Minkyu Kang <mk7.kang@samsung.com>
  */
-#include <common.h>
 #include <display_options.h>
 #include <fdtdec.h>
 #include <init.h>
index 5068327d3c5fdb7c75ca70986e58156a5cddc450..986b585b70e92a0e8a9a7af015bf68f7677fc63a 100644 (file)
@@ -5,7 +5,7 @@
  * Donghwa Lee <dh09.lee@samsung.com>
  */
 
-#include <common.h>
+#include <config.h>
 #include <errno.h>
 #include <asm/io.h>
 #include <asm/arch/pwm.h>
index 0fc170936ae442be71b7a7966ba4147af285e0db..c0035fb18ebb64d739110106f750f79efd3809ba 100644 (file)
@@ -4,7 +4,7 @@
  * Naveen Krishna Ch <ch.naveen@samsung.com>
  */
 
-#include <common.h>
+#include <config.h>
 #include <asm/io.h>
 #include <asm/arch/sromc.h>
 
index 9d981cce145d72fa3a754add7ecadebc5133b2ce..12994ecc843ee0b6dbc205f6bd4dd38116c7b1b8 100644 (file)
@@ -6,7 +6,6 @@
  * Minkyu Kang <mk7.kang@samsung.com>
  */
 
-#include <common.h>
 #include <div64.h>
 #include <init.h>
 #include <time.h>
index b390bdf8278408e5ed7b40fd43ca702bbc1d2f70..f0aec7c0fe02dbed6a02b05e6cc0ca6ee87fae87 100644 (file)
@@ -7,7 +7,6 @@
  * based on arch/arm/cpu/armv7/omap3/cache.S
  */
 
-#include <common.h>
 #include <cpu_func.h>
 #include <asm/cache.h>
 
index c90c341b5082eb224dbcec8d9f74905084605e19..b92ce1152f66baeee5c6bfb33e5274e2e4ec703c 100644 (file)
@@ -5,7 +5,7 @@
  * Heungjun Kim <riverful.kim@samsung.com>
  */
 
-#include <common.h>
+#include <config.h>
 #include <asm/io.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/clk.h>
index 818d75164dee1204e32c335112db36bec1d62ac7..23b9252827ae958007ca5ecb7c412956683ee98a 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <asm/arch/pinmux.h>
 
 int exynos_pinmux_config(int peripheral, int flags)