aboutsummaryrefslogtreecommitdiff
path: root/board/abilis/tb100
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-10-12 19:03:55 -0400
committerTom Rini <trini@konsulko.com>2023-10-24 16:34:45 -0400
commit60c08dd7718364e3ab4565801e7d972aec2ee036 (patch)
tree0d0c9f7e12d73697d76cfcac686a240045273bbf /board/abilis/tb100
parent12c00f9e8b3e7987cfc5243f5b3edbe6c9fdfdc2 (diff)
downloadu-boot-60c08dd7718364e3ab4565801e7d972aec2ee036.zip
u-boot-60c08dd7718364e3ab4565801e7d972aec2ee036.tar.gz
u-boot-60c08dd7718364e3ab4565801e7d972aec2ee036.tar.bz2
arc: Remove common.h usage
We can remove common.h from most cases of the code here, and only a few places need an additional header instead. Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'board/abilis/tb100')
-rw-r--r--board/abilis/tb100/tb100.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/abilis/tb100/tb100.c b/board/abilis/tb100/tb100.c
index 89e7322..3dc9e14 100644
--- a/board/abilis/tb100/tb100.c
+++ b/board/abilis/tb100/tb100.c
@@ -3,7 +3,6 @@
* (C) Copyright 2014 Pierrick Hascoet, Abilis Systems
*/
-#include <common.h>
#include <cpu_func.h>
#include <net.h>
#include <netdev.h>