board: gardena: 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>
This commit is contained in:
Tom Rini 2024-04-30 20:41:50 -06:00
parent 33953563a9
commit d0642848c9
3 changed files with 2 additions and 3 deletions

View file

@ -4,7 +4,7 @@
* Copyright (C) 2019 Stefan Roese <sr@denx.de>
*/
#include <common.h>
#include <config.h>
#include <debug_uart.h>
#include <env.h>
#include <init.h>

View file

@ -4,7 +4,7 @@
* Copyright (C) 2019 Stefan Roese <sr@denx.de>
*/
#include <common.h>
#include <config.h>
#include <nand.h>
#include <spl.h>
#include <asm/arch/at91sam9x5_matrix.h>

View file

@ -3,7 +3,6 @@
* Copyright (C) 2018 Stefan Roese <sr@denx.de>
*/
#include <common.h>
#include <command.h>
#include <env.h>
#include <env_internal.h>