aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:42:36 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:37 -0600
commitbd47d6645fbd79286464a32c42b3a8dc17f52626 (patch)
tree50c2ac8d5fffb6e8eb6781d215222f25125ceb23 /board
parentfa396220f79fc236afbbf0e6bb2c6053d4e20273 (diff)
downloadu-boot-bd47d6645fbd79286464a32c42b3a8dc17f52626.zip
u-boot-bd47d6645fbd79286464a32c42b3a8dc17f52626.tar.gz
u-boot-bd47d6645fbd79286464a32c42b3a8dc17f52626.tar.bz2
board: raidsonic: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board')
-rw-r--r--board/raidsonic/ib62x0/ib62x0.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/raidsonic/ib62x0/ib62x0.c b/board/raidsonic/ib62x0/ib62x0.c
index f9bc076..8d1d549 100644
--- a/board/raidsonic/ib62x0/ib62x0.c
+++ b/board/raidsonic/ib62x0/ib62x0.c
@@ -6,7 +6,6 @@
* Simon Baatz <gmbnomis@gmail.com>
*/
-#include <common.h>
#include <init.h>
#include <miiphy.h>
#include <asm/global_data.h>