diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2022-12-02 15:38:18 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2022-12-07 04:52:10 +0000 |
commit | 3c528f283079261aae50c3760a1e048aaeb54890 (patch) | |
tree | a34573bb546744150d72f776ad915d8d9c98ad25 /src/mainboard/google/beltino | |
parent | 791f7a4f63fe80dd64da69164143808343c025d5 (diff) |
mb/*/smihandler.c: Drop unused <soc/nvs.h>
Change-Id: I4819909cf9460ca550af38ca73a50220b77a385f
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70364
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/google/beltino')
-rw-r--r-- | src/mainboard/google/beltino/smihandler.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/beltino/smihandler.c b/src/mainboard/google/beltino/smihandler.c index 4280f7a24c..4ac6636996 100644 --- a/src/mainboard/google/beltino/smihandler.c +++ b/src/mainboard/google/beltino/smihandler.c @@ -5,7 +5,6 @@ #include <cpu/x86/smm.h> #include <northbridge/intel/haswell/haswell.h> #include <southbridge/intel/lynxpoint/me.h> -#include <soc/nvs.h> #include <southbridge/intel/lynxpoint/pch.h> #include <superio/ite/it8772f/it8772f.h> |