diff options
| author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:30:52 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:55 -0600 |
| commit | 3ebb4546eb3d5d3647d07f6923aa1dd79996625c (patch) | |
| tree | 937b25111adcc3115f7f44b3d28197dee35f1bc6 /drivers/i2c/xilinx_xiic.c | |
| parent | 356675ffd9100171525d50aa1849887473f5704f (diff) | |
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>
Diffstat (limited to 'drivers/i2c/xilinx_xiic.c')
| -rw-r--r-- | drivers/i2c/xilinx_xiic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/xilinx_xiic.c b/drivers/i2c/xilinx_xiic.c index 72199a62b2d..056024e350f 100644 --- a/drivers/i2c/xilinx_xiic.c +++ b/drivers/i2c/xilinx_xiic.c @@ -9,7 +9,6 @@ * Copyright (c) 2009-2010 Intel Corporation */ -#include <common.h> #include <clk.h> #include <dm.h> #include <i2c.h> |
