]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: mach-rmobile: Drop <common.h>
authorPaul Barker <paul.barker.ct@bp.renesas.com>
Wed, 1 Nov 2023 20:05:53 +0000 (20:05 +0000)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 2 Nov 2023 10:30:18 +0000 (11:30 +0100)
For most source files we can just drop <common.h>. We need to add an
include for <asm/u-boot.h> in a couple of places. Also sort the include
list in memmap-gen3.c while we're here.

Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>
arch/arm/mach-rmobile/board.c
arch/arm/mach-rmobile/cpu_info-r8a7740.c
arch/arm/mach-rmobile/cpu_info-rcar.c
arch/arm/mach-rmobile/cpu_info-rzg.c
arch/arm/mach-rmobile/cpu_info-rzg2l.c
arch/arm/mach-rmobile/cpu_info.c
arch/arm/mach-rmobile/emac.c
arch/arm/mach-rmobile/memmap-gen3.c
arch/arm/mach-rmobile/memmap-rzg2l.c
arch/arm/mach-rmobile/pfc-r8a7740.c
arch/arm/mach-rmobile/psci-r8a779a0.c

index a10371f74e0ccee31861d53638a2eb4302a9b710..79c7e02671f2fc87d485da4c96665fe9fe865aa6 100644 (file)
@@ -3,7 +3,7 @@
  * (C) Copyright 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
  * (C) Copyright 2012 Renesas Solutions Corp.
  */
-#include <common.h>
+
 #include <init.h>
 #include <asm/io.h>
 
index dcbe25f37ab983f28c54e330e29227867b5b54b6..5a94235c4b9e90e500daa63f6940ec3ddec7f9ab 100644 (file)
@@ -3,7 +3,7 @@
  * (C) Copyright 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
  * (C) Copyright 2012 Renesas Solutions Corp.
  */
-#include <common.h>
+
 #include <asm/io.h>
 
 u32 rmobile_get_cpu_type(void)
index 8fc4cd7f9de8254c1483265ff2d889f5a8abe1a3..b9d8b5e57b5a7f9c80a1b8fde9d4d2033b46106e 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2013,2014 Renesas Electronics Corporation
  */
-#include <common.h>
+
 #include <asm/io.h>
 
 #define PRR_MASK               0x7fff
index 1c18fd06f0b6d393634ce132bb29cbf1239d4c73..4ade4bc02198a315abeb45853e629f06bfca6eaf 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (C) 2021 Renesas Electronics Corporation
  *
  */
-#include <common.h>
+
 #include <linux/libfdt.h>
 
 /* If the firmware passed a device tree, use it for soc identification. */
index de4892ee901eadbfb7291ae2b06e766dec0b8dc3..f69649dc7eafad639cd07aa330586b13df9ab02d 100644 (file)
@@ -4,7 +4,6 @@
  *
  */
 
-#include <common.h>
 #include <asm/io.h>
 #include <linux/libfdt.h>
 
index 6804b1da2cda60f8d14e53750c7730ffd24c081b..895c0f5336b6bb834f94ca0e02a7244bd03816ea 100644 (file)
@@ -3,7 +3,7 @@
  * (C) Copyright 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
  * (C) Copyright 2012-2021 Renesas Solutions Corp.
  */
-#include <common.h>
+
 #include <cpu_func.h>
 #include <asm/cache.h>
 #include <init.h>
index cb9bce0cf23b907179dc5d63ffc958af4d9dba8a..95651626da4ade5767fab0f8524ab1189dd1e0cf 100644 (file)
@@ -6,7 +6,6 @@
  * Copyright (C) 2012  Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
  */
 
-#include <common.h>
 #include <net.h>
 #include <linux/errno.h>
 #include <netdev.h>
index a68eb806b353cfd9dfa4615a4f8d182f1660d46f..4dff9e07629dfae93710a0c0e62a7a0555e297b8 100644 (file)
@@ -5,10 +5,10 @@
  * Copyright (C) 2017 Marek Vasut <marek.vasut@gmail.com>
  */
 
-#include <common.h>
-#include <cpu_func.h>
 #include <asm/armv8/mmu.h>
 #include <asm/global_data.h>
+#include <asm/u-boot.h>
+#include <cpu_func.h>
 
 #define GEN3_NR_REGIONS 16
 
index a08d0ea08fc09d0e999164701eb69e2ae53896f7..9934a775220b4ecd20f55d2417ce1e4cf4689ab9 100644 (file)
@@ -6,9 +6,9 @@
  * Copyright (C) 2023 Renesas Electronics Corp.
  */
 
-#include <common.h>
 #include <asm/armv8/mmu.h>
 #include <asm/global_data.h>
+#include <asm/u-boot.h>
 #include <cpu_func.h>
 
 #define RZG2L_NR_REGIONS 16
index 5d42a68266b14ceacc44e85ee218d4348ea1a644..4f4847699b077d88bd1e40550c47a0b66fd6a11c 100644 (file)
@@ -18,7 +18,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
-#include <common.h>
+
 #include <sh_pfc.h>
 #include <asm/gpio.h>
 #include <asm/arch/irqs.h>
index 6a85eb22cac2016a65bf27962296b4cfda071aee..b6c49e731f9db927cdcba950c05fd7e79dcae8ae 100644 (file)
@@ -6,7 +6,6 @@
  *
  */
 
-#include <common.h>
 #include <asm/io.h>
 #include <asm/psci.h>
 #include <asm/secure.h>