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:
parent
f1b0935ec4
commit
070d7a6c4b
|
@ -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 */
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue