From: Tom Rini <trini@konsulko.com> Date: Wed, 1 May 2024 02:41:05 +0000 (-0600) Subject: board: armadeus: Remove <common.h> and add needed includes X-Git-Tag: v2025.01-rc5-pxa1908~466^2~62 X-Git-Url: http://git.dujemihanovic.xyz/img/static//%22brlog.php?a=commitdiff_plain;h=5de0b3810f3e14f546b94d37bc3bffe992c20906;p=u-boot.git board: armadeus: 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> --- diff --git a/board/armadeus/opos6uldev/board.c b/board/armadeus/opos6uldev/board.c index 365fdca1b7..5b25545cdb 100644 --- a/board/armadeus/opos6uldev/board.c +++ b/board/armadeus/opos6uldev/board.c @@ -3,7 +3,6 @@ * Copyright (C) 2018 Armadeus Systems */ -#include <common.h> #include <init.h> #include <asm/arch/sys_proto.h> #include <asm/gpio.h>