src: Remove redundant <commonlib/bsd/compiler.h>
Change-Id: Icb3108a281dfb3f21248a7065821b8237143be1a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50301 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
d30d9a27dc
commit
dd754fce72
|
@ -4,7 +4,6 @@
|
|||
#define _FSP2_0_INFO_HEADER_H_
|
||||
|
||||
#include <types.h>
|
||||
#include <commonlib/bsd/compiler.h>
|
||||
|
||||
#define FSP_HDR_OFFSET 0x94
|
||||
#if CONFIG(PLATFORM_USES_FSP2_2)
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <baseboard/gpio.h>
|
||||
#include <baseboard/variants.h>
|
||||
#include <commonlib/bsd/compiler.h>
|
||||
|
||||
void __weak variant_get_dxio_ddi_descriptors(const fsp_dxio_descriptor **dxio_descs,
|
||||
size_t *dxio_num,
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <baseboard/gpio.h>
|
||||
#include <baseboard/variants.h>
|
||||
#include <commonlib/bsd/compiler.h>
|
||||
#include <soc/soc_util.h>
|
||||
|
||||
void __weak variant_get_dxio_ddi_descriptors(const fsp_dxio_descriptor **dxio_descs,
|
||||
|
|
Loading…
Reference in New Issue