]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sysinfo: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:31:24 +0000 (19:31 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:56 +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/sysinfo/gazerbeam.c
drivers/sysinfo/gpio.c
drivers/sysinfo/rcar3.c
drivers/sysinfo/sandbox.c
drivers/sysinfo/smbios.c
drivers/sysinfo/sysinfo-uclass.c

index c1fae6ccf2a63e4578203c037f29dfb37c33a897..a3c9d5354dd26b9905098acd243fdd66d5f4528e 100644 (file)
@@ -4,7 +4,6 @@
  * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <sysinfo.h>
 #include <i2c.h>
index 82f90303bb7094a57ccd88f3b49ae02bc8b2c47f..aaca318419b0085c7ca73491bd6f955949cb951a 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2021 Sean Anderson <sean.anderson@seco.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <sysinfo.h>
index 7b127986da7e2e671af0bf17f6845b140545db82..37e2cccd9afecfbb259669c5940e83a3830a124f 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2021 Marek Vasut <marek.vasut+renesas@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <i2c_eeprom.h>
 #include <log.h>
index d270a26aa4381d7bde9498bfc95b3883a2e87125..d39720958f0783c0d6af1106ad2059829900087c 100644 (file)
@@ -4,7 +4,6 @@
  * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <sysinfo.h>
 
index 80ebd1921d8ecd05ce07ef0cb3828f15793da6d6..a7ac8e3f072a112dddc3e1ac13506721c5ea3b5a 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <sysinfo.h>
 
index 10194d0e14c358b3a1457a29f69452faf5654092..d77d1e3ee44251677be768697a66c7b6b988052c 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_SYSINFO
 
-#include <common.h>
 #include <dm.h>
 #include <sysinfo.h>