aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Walle2022-08-17 21:37:57 +0200
committerStefan Roese2022-08-23 12:39:31 +0200
commitb6a0683fe6b38cf0c5fb80a4eb07743908f04311 (patch)
tree0bb0b813dd28a188692998cb255717616fe0948f
parent48f80e28a2e56550a1b2c236e6092adb0e07edf3 (diff)
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>
-rw-r--r--board/buffalo/lsxl/lsxl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/buffalo/lsxl/lsxl.c b/board/buffalo/lsxl/lsxl.c
index 106d46d436b..42221eef3a3 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>