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>
This commit is contained in:
Kyösti Mälkki 2021-01-13 07:52:39 +02:00 committed by Felix Held
parent f1b0935ec4
commit 070d7a6c4b
2 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@
#include <amdblocks/lpc.h>
#include <soc/acpi.h>
#include <soc/southbridge.h>
#include <soc/nvs.h>
#include <soc/iomap.h>
/* Most systems should have already enabled the bridge */

View File

@ -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"