From b6a0683fe6b38cf0c5fb80a4eb07743908f04311 Mon Sep 17 00:00:00 2001 From: Michael Walle <michael@walle.cc> Date: Wed, 17 Aug 2022 21:37:57 +0200 Subject: [PATCH] board: lsxl: remove unused header files Cleanup the included header files in the board code. These are all leftovers from earlier days. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Stefan Roese <sr@denx.de> --- board/buffalo/lsxl/lsxl.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/board/buffalo/lsxl/lsxl.c b/board/buffalo/lsxl/lsxl.c index 106d46d436..42221eef3a 100644 --- a/board/buffalo/lsxl/lsxl.c +++ b/board/buffalo/lsxl/lsxl.c @@ -11,12 +11,7 @@ #include <bootstage.h> #include <command.h> #include <env.h> -#include <env_internal.h> #include <init.h> -#include <net.h> -#include <malloc.h> -#include <netdev.h> -#include <miiphy.h> #include <spi.h> #include <spi_flash.h> #include <asm/arch/soc.h> -- 2.39.5