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/apple/macbook21/smihandler.c | |
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/apple/macbook21/smihandler.c')
-rw-r--r-- | src/mainboard/apple/macbook21/smihandler.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/apple/macbook21/smihandler.c b/src/mainboard/apple/macbook21/smihandler.c index b96d9483f2..7df92d9da2 100644 --- a/src/mainboard/apple/macbook21/smihandler.c +++ b/src/mainboard/apple/macbook21/smihandler.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <cpu/x86/smm.h> -#include <soc/nvs.h> #include <southbridge/intel/common/pmutil.h> #define GPE_EC_SCI 12 |