diff options
author | Tom Rini <trini@konsulko.com> | 2024-01-27 20:43:20 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-01-27 20:43:20 -0500 |
commit | 526a865fe4fea59fb2638726c26e39557eb97fdd (patch) | |
tree | 370fe41b129238327a2f67ac6394ecc1b105b992 /board/renesas/v3hsk/cpld.c | |
parent | fb5fe1bf84ff489211b333c0165418f0d119d328 (diff) | |
parent | 8a725c610675846b380d865ad68c2295cf15782e (diff) | |
download | u-boot-WIP/27Jan2024.zip u-boot-WIP/27Jan2024.tar.gz u-boot-WIP/27Jan2024.tar.bz2 |
Merge branch 'master-cleanup' of https://source.denx.de/u-boot/custodians/u-boot-shWIP/27Jan2024
- Assorted code clean-ups
Diffstat (limited to 'board/renesas/v3hsk/cpld.c')
-rw-r--r-- | board/renesas/v3hsk/cpld.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/renesas/v3hsk/cpld.c b/board/renesas/v3hsk/cpld.c index 6016f6d..1272aec 100644 --- a/board/renesas/v3hsk/cpld.c +++ b/board/renesas/v3hsk/cpld.c @@ -7,7 +7,6 @@ * */ -#include <common.h> #include <dm.h> #include <errno.h> #include <i2c.h> |