]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
cpu: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:30:38 +0000 (19:30 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:41 +0000 (08:00 -0600)
Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/cpu/at91_cpu.c
drivers/cpu/bmips_cpu.c
drivers/cpu/cpu-uclass.c
drivers/cpu/cpu_sandbox.c
drivers/cpu/imx8_cpu.c
drivers/cpu/microblaze_cpu.c
drivers/cpu/mpc83xx_cpu.c
drivers/cpu/riscv_cpu.c

index 34a3f61c7e95709afb42a4dd2a35e05ed075714f..b45cc6ca1a9af8c59ca5a0adeebf8470e841eb02 100644 (file)
@@ -5,7 +5,6 @@
  * Author: Claudiu Beznea <claudiu.beznea@microchip.com>
  */
 
-#include <common.h>
 #include <cpu.h>
 #include <dm.h>
 #include <div64.h>
index 3dd04fa88581191068b4bc56b82fa23a2c760997..db624ee47fb0e642990c771e816d5c9c6db7de6a 100644 (file)
@@ -7,7 +7,6 @@
  *     Copyright (C) 2009 Florian Fainelli <florian@openwrt.org>
  */
 
-#include <common.h>
 #include <cpu.h>
 #include <display_options.h>
 #include <dm.h>
index 9772578968bacc1f4f9d80974e29e09813298554..16f8f2e52194a33869ad733a33cb0b9297f8d3ee 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_CPU
 
-#include <common.h>
 #include <cpu.h>
 #include <dm.h>
 #include <errno.h>
index 2e871fe313c107d83a0c85e103e406cfe2ed57fe..e65e1bdc51bfafe93b303c12ae8aabb8503eb267 100644 (file)
@@ -4,7 +4,6 @@
  * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <cpu.h>
 
index 98ff95f5ff5c84f2fe82fa7411a8bd6be124bd3e..4781a565547a15e032038fb49060666867ffbe44 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2019 NXP
  */
 
-#include <common.h>
 #include <cpu.h>
 #include <dm.h>
 #include <thermal.h>
index a229f6913b07ee18318b9e6d5cb8bddcf1db5048..4e24ada40022e919a2d792cb49dec8556f588894 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Copyright (C) 2022, Ovidiu Panait <ovpanait@gmail.com>
  */
-#include <common.h>
 #include <cpu.h>
 #include <dm.h>
 #include <asm/cpuinfo.h>
index e451c11116ab8037f4fe0df497396f678da6d317..9a7b5fd7c423480ca6b812adb6a6830682d42f9f 100644 (file)
@@ -4,7 +4,6 @@
  * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
  */
 
-#include <common.h>
 #include <bitfield.h>
 #include <clk.h>
 #include <cpu.h>
index 9b1950efe05ef89e394eae6ae55acf89436fdf9b..4f2958a23cee0abfea3f1ca1f43beb954fcfe728 100644 (file)
@@ -5,7 +5,6 @@
  */
 
 #include <clk.h>
-#include <common.h>
 #include <cpu.h>
 #include <dm.h>
 #include <errno.h>