aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/fch.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-01-13 07:52:39 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-01-19 21:08:14 +0000
commit070d7a6c4bf7a937d86737c77bd1f8b4e2346917 (patch)
tree0a5233c4c4aac1281b495dc0065f6af13d5d14a8 /src/soc/amd/picasso/fch.c
parentf1b0935ec43486addb3aba4e612a50045cb026ef (diff)
soc/amd: Drop unnecessary <soc/nvs.h> include
Change-Id: Ia27bc256376c61a7330196a5b4a331dd79386fb6 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49472 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/amd/picasso/fch.c')
-rw-r--r--src/soc/amd/picasso/fch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/fch.c b/src/soc/amd/picasso/fch.c
index ac5329de1d..b18fac4fbc 100644
--- a/src/soc/amd/picasso/fch.c
+++ b/src/soc/amd/picasso/fch.c
@@ -24,7 +24,6 @@
#include <soc/amd_pci_int_defs.h>
#include <soc/pci.h>
#include <soc/pci_devs.h>
-#include <soc/nvs.h>
#include <types.h>
#include "chip.h"