mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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>
This commit is contained in:
parent
48f80e28a2
commit
b6a0683fe6
1 changed files with 0 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue