]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
axi: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:30:29 +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/axi/axi-emul-uclass.c
drivers/axi/axi-uclass.c
drivers/axi/axi_sandbox.c
drivers/axi/ihs_axi.c
drivers/axi/sandbox_store.c

index e6f3ef0720055236bac144b8e7227581c21a50b2..bea0b040738c3d87181af02409e5c9d808035f5c 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_AXI_EMUL
 
-#include <common.h>
 #include <axi.h>
 #include <dm.h>
 #include <log.h>
index 41551ae85c9cdad48442cf2bdae7d167d854a899..fa2475cbaf4e34bec018eebc59631fb97b51a87d 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_AXI
 
-#include <common.h>
 #include <dm.h>
 #include <axi.h>
 
index b91c91f6b3b6368d2645d59cc400c35748470c37..6f698a405f92734eab575f8d0894d824bcc42910 100644 (file)
@@ -4,7 +4,6 @@
  * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
  */
 
-#include <common.h>
 #include <axi.h>
 #include <dm.h>
 #include <asm/axi.h>
index a7e9761fbfc2bcee2b31c2c3fe725696ec221033..a37dd1e1786769c5962641b864fd9d6cc27a43b1 100644 (file)
@@ -7,7 +7,6 @@
  * Mario Six,  Guntermann & Drunck GmbH, mario.six@gdsys.cc
  */
 
-#include <common.h>
 #include <axi.h>
 #include <dm.h>
 #include <log.h>
index ef349a50b7981736912b38b9966e0138bd6b584b..b9413c758f7b62714a8ea0e0dbb249e13770302d 100644 (file)
@@ -4,7 +4,6 @@
  * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
  */
 
-#include <common.h>
 #include <axi.h>
 #include <dm.h>
 #include <log.h>