soc/intel: Replace <soc/nvs.h> with <soc/device_nvs.h>

Change-Id: Ib78e746875e330e47540a6199343be62aa7e92a6
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48830
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Kyösti Mälkki 2020-12-21 15:17:01 +02:00 committed by Angel Pons
parent 26e0f4cefc
commit f3f2aa8a50
4 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@
#include <device/pci_ids.h>
#include <reg_script.h>
#include <soc/device_nvs.h>
#include <soc/iosf.h>
#include <soc/nvs.h>
#include <soc/pci_devs.h>
#include <soc/ramstage.h>
#include "chip.h"

View File

@ -6,8 +6,8 @@
#include <device/pci.h>
#include <device/pci_ids.h>
#include <soc/device_nvs.h>
#include <soc/iosf.h>
#include <soc/nvs.h>
#include <soc/pci_devs.h>
#include <soc/ramstage.h>
#include "chip.h"

View File

@ -6,8 +6,8 @@
#include <device/pci_ids.h>
#include <reg_script.h>
#include <soc/device_nvs.h>
#include <soc/iosf.h>
#include <soc/nvs.h>
#include <soc/pci_devs.h>
#include <soc/ramstage.h>
#include "chip.h"

View File

@ -6,8 +6,8 @@
#include <device/pci.h>
#include <device/pci_ids.h>
#include <soc/device_nvs.h>
#include <soc/iosf.h>
#include <soc/nvs.h>
#include <soc/pci_devs.h>
#include <soc/ramstage.h>
#include "chip.h"