diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-12-29 08:22:01 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-01 14:56:42 +0000 |
commit | 8292f4160a80a391892a42c7305e5992d278d254 (patch) | |
tree | bde46ab798b9a98aab42d5d116c17d9dde3f482d /src/soc/amd/picasso | |
parent | b23571c18efde083dd702c22ccc03dd6a08626b1 (diff) |
src: Remove duplicated includes
Change-Id: I50cdffca34a6150ac11c3e83e1a603b766d1b84e
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60438
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/soc/amd/picasso')
-rw-r--r-- | src/soc/amd/picasso/fsp_s_params.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/fsp_s_params.c b/src/soc/amd/picasso/fsp_s_params.c index 57e51d5c02..af7de37057 100644 --- a/src/soc/amd/picasso/fsp_s_params.c +++ b/src/soc/amd/picasso/fsp_s_params.c @@ -9,7 +9,6 @@ #include <soc/soc_util.h> #include <fsp/api.h> #include "chip.h" -#include <device/pci.h> static void fsps_update_emmc_config(FSP_S_CONFIG *scfg, const struct soc_amd_picasso_config *cfg) |