From bd47d6645fbd79286464a32c42b3a8dc17f52626 Mon Sep 17 00:00:00 2001 From: Tom Rini <trini@konsulko.com> Date: Tue, 30 Apr 2024 20:42:36 -0600 Subject: [PATCH] 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> --- board/raidsonic/ib62x0/ib62x0.c | 1 - 1 file changed, 1 deletion(-) diff --git a/board/raidsonic/ib62x0/ib62x0.c b/board/raidsonic/ib62x0/ib62x0.c index f9bc07649e..8d1d549a21 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> -- 2.39.5