1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-06 18:54:57 +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

@@ -6,7 +6,6 @@
* Peter, Software Engineering, <superpeter.cai@gmail.com>.
*/
#include <common.h>
#include <clk.h>
#include <dm.h>
#include <errno.h>