diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-01-30 21:04:42 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-01 08:58:03 +0000 |
commit | 9023eead667b970a999f3c566245d69a7ea3ba8b (patch) | |
tree | ff8dd1a24129d462917aa1ef8775873fbd30cb0f /src/mainboard/google/butterfly/smihandler.c | |
parent | 9b04f56d4a40295110c4c964b47df0722836e08f (diff) |
mb/google/{butterfly,link,rambi,stout}: Remove unused <acpi/acpi_gnvs.h>
Change-Id: If5c35f3518e2cc4d5760a64e0d38fc4843af498a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50164
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/butterfly/smihandler.c')
-rw-r--r-- | src/mainboard/google/butterfly/smihandler.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/butterfly/smihandler.c b/src/mainboard/google/butterfly/smihandler.c index 6b9ec5a54e..71e7aad2b2 100644 --- a/src/mainboard/google/butterfly/smihandler.c +++ b/src/mainboard/google/butterfly/smihandler.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <acpi/acpi_gnvs.h> #include <console/console.h> #include <cpu/x86/smm.h> #include <soc/nvs.h> |