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 @@
* Copyright 2019 Google Inc
*/
#include <common.h>
#include <dm.h>
#include <log.h>
#include <spl.h>