diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-06-06 18:01:30 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-11 08:52:53 +0000 |
commit | 88d3ec222b193e2332c021a7495d93aa93f5eb06 (patch) | |
tree | 07c0a974eb53405eefdc1b64d2ef65e6c1592001 /src/mainboard/foxconn | |
parent | 1d3fde4693aee3299b9023ec325cbfee90ed0969 (diff) | |
download | coreboot-88d3ec222b193e2332c021a7495d93aa93f5eb06.tar.xz |
mb/*/*/acpi_tables.c: Remove unneeded includes
Change-Id: If1f032d097224a1102ba29d8d45dce46aad3a91a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26907
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/foxconn')
-rw-r--r-- | src/mainboard/foxconn/g41s-k/acpi_tables.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/foxconn/g41s-k/acpi_tables.c b/src/mainboard/foxconn/g41s-k/acpi_tables.c index d9935e9237..c2b9714488 100644 --- a/src/mainboard/foxconn/g41s-k/acpi_tables.c +++ b/src/mainboard/foxconn/g41s-k/acpi_tables.c @@ -17,8 +17,7 @@ #include <stdint.h> #include <string.h> - -#include "southbridge/intel/i82801gx/nvs.h" +#include <southbridge/intel/i82801gx/nvs.h> void acpi_create_gnvs(global_nvs_t *gnvs) { |