1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-25 12:31:17 +02:00

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

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

Reviewed-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-05-01 19:30:52 -06:00
parent 356675ffd9
commit 3ebb4546eb
49 changed files with 12 additions and 49 deletions

View File

@@ -5,7 +5,6 @@
#define LOG_CATEGORY UCLASS_I2C
#include <common.h>
#include <clk.h>
#include <dm.h>
#include <i2c.h>