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

@@ -7,7 +7,6 @@
* with added driver-model support and code cleanup.
*/
#include <common.h>
#include <dm.h>
#include <log.h>
#include <linux/bitops.h>