sysinfo: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2024-05-01 19:31:24 -06:00
parent 9ddfd0059a
commit abe1bba2a0
6 changed files with 0 additions and 6 deletions

View file

@ -4,7 +4,6 @@
* Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <sysinfo.h> #include <sysinfo.h>
#include <i2c.h> #include <i2c.h>

View file

@ -3,7 +3,6 @@
* Copyright (C) 2021 Sean Anderson <sean.anderson@seco.com> * Copyright (C) 2021 Sean Anderson <sean.anderson@seco.com>
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <log.h> #include <log.h>
#include <sysinfo.h> #include <sysinfo.h>

View file

@ -3,7 +3,6 @@
* Copyright (C) 2021 Marek Vasut <marek.vasut+renesas@gmail.com> * Copyright (C) 2021 Marek Vasut <marek.vasut+renesas@gmail.com>
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <i2c_eeprom.h> #include <i2c_eeprom.h>
#include <log.h> #include <log.h>

View file

@ -4,7 +4,6 @@
* Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <sysinfo.h> #include <sysinfo.h>

View file

@ -4,7 +4,6 @@
* Written by Simon Glass <sjg@chromium.org> * Written by Simon Glass <sjg@chromium.org>
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <sysinfo.h> #include <sysinfo.h>

View file

@ -6,7 +6,6 @@
#define LOG_CATEGORY UCLASS_SYSINFO #define LOG_CATEGORY UCLASS_SYSINFO
#include <common.h>
#include <dm.h> #include <dm.h>
#include <sysinfo.h> #include <sysinfo.h>