mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 13:56:20 +00:00
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:
parent
9ddfd0059a
commit
abe1bba2a0
6 changed files with 0 additions and 6 deletions
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue