mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00
fix(allwinner): remove unneeded header inclusion
Nothing in sunxi_bl31_setup.c uses any functionality provided by the fdt_wrappers file, so remove its inclusion from the header list. Change-Id: I47031a58add2f85e757e75d8578f4e8e21ef65ea Signed-off-by: Andre Przywara <andre.przywara@arm.com>
This commit is contained in:
parent
fe4df8bdae
commit
8bb8f02d44
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@
|
|||
#include <arch_helpers.h>
|
||||
#include <common/debug.h>
|
||||
#include <common/fdt_fixup.h>
|
||||
#include <common/fdt_wrappers.h>
|
||||
#include <drivers/arm/gicv2.h>
|
||||
#include <drivers/console.h>
|
||||
#include <drivers/generic_delay_timer.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue