src: Remove unused 'include <symbols.h>'
Change-Id: Ica355292eeda9c386b49db97f021566d52943d40 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41673 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
9ffef56c45
commit
a3b02e2818
|
@ -4,7 +4,6 @@
|
|||
#include <cbmem.h>
|
||||
#include <console/console.h>
|
||||
#include <fmap.h>
|
||||
#include <symbols.h>
|
||||
#include <vb2_api.h>
|
||||
#include <security/vboot/misc.h>
|
||||
#include <security/vboot/symbols.h>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#include <console/console.h>
|
||||
#include <delay.h>
|
||||
#include <device/i2c_simple.h>
|
||||
#include <symbols.h>
|
||||
#include <device/mmio.h>
|
||||
#include <soc/addressmap.h>
|
||||
#include <soc/i2c.h>
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
#include <soc/spi.h>
|
||||
#include <spi-generic.h>
|
||||
#include <spi_flash.h>
|
||||
#include <symbols.h>
|
||||
#include <timer.h>
|
||||
#include <types.h>
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#include <bl31.h>
|
||||
#include <soc/addressmap.h>
|
||||
#include <soc/console_uart.h>
|
||||
#include <symbols.h>
|
||||
#include <types.h>
|
||||
|
||||
typedef struct bl31_plat_params {
|
||||
|
|
Loading…
Reference in New Issue