diff options
author | Michael Walle | 2022-08-17 21:37:57 +0200 |
---|---|---|
committer | Stefan Roese | 2022-08-23 12:39:31 +0200 |
commit | b6a0683fe6b38cf0c5fb80a4eb07743908f04311 (patch) | |
tree | 0bb0b813dd28a188692998cb255717616fe0948f | |
parent | 48f80e28a2e56550a1b2c236e6092adb0e07edf3 (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.c | 5 |
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> |