aboutsummaryrefslogtreecommitdiff
path: root/common/bouncebuf.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-27 08:11:00 -0600
committerTom Rini <trini@konsulko.com>2024-05-06 15:05:04 -0600
commita79fc7a79cc9d4f7a46b19a4891484ac1e9ef599 (patch)
treeeb961c176292ac7e2dfbeb8fc374003d1226eb28 /common/bouncebuf.c
parent301bac6047c85e2c5e39929805ca661bb09a7481 (diff)
downloadu-boot-a79fc7a79cc9d4f7a46b19a4891484ac1e9ef599.zip
u-boot-a79fc7a79cc9d4f7a46b19a4891484ac1e9ef599.tar.gz
u-boot-a79fc7a79cc9d4f7a46b19a4891484ac1e9ef599.tar.bz2
common: Remove <common.h> and add needed includes
Remove <common.h> from all "commmon/" files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'common/bouncebuf.c')
-rw-r--r--common/bouncebuf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/bouncebuf.c b/common/bouncebuf.c
index 934b83f..b2f87e4 100644
--- a/common/bouncebuf.c
+++ b/common/bouncebuf.c
@@ -5,7 +5,6 @@
* Copyright (C) 2012 Marek Vasut <marex@denx.de>
*/
-#include <common.h>
#include <cpu_func.h>
#include <log.h>
#include <malloc.h>