Skip to content

Commit

Permalink
sysinfo: Remove <common.h> and add needed includes
Browse files Browse the repository at this point in the history
Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
  • Loading branch information
trini committed May 7, 2024
1 parent 9ddfd00 commit abe1bba
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion drivers/sysinfo/gazerbeam.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion drivers/sysinfo/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion drivers/sysinfo/rcar3.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion drivers/sysinfo/sandbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
*/

#include <common.h>
#include <dm.h>
#include <sysinfo.h>

Expand Down
1 change: 0 additions & 1 deletion drivers/sysinfo/smbios.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Written by Simon Glass <sjg@chromium.org>
*/

#include <common.h>
#include <dm.h>
#include <sysinfo.h>

Expand Down
1 change: 0 additions & 1 deletion drivers/sysinfo/sysinfo-uclass.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

#define LOG_CATEGORY UCLASS_SYSINFO

#include <common.h>
#include <dm.h>
#include <sysinfo.h>

Expand Down

0 comments on commit abe1bba

Please sign in to comment.