diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-01-12 10:06:57 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-01-13 11:20:24 +0000 |
commit | 7a4e5e3988e367eb5577a3b1ae7ca7fa1d9374d9 (patch) | |
tree | 12e26ee56e72790fd7d71395d661e0d58d6bfdf2 /src/mainboard/gigabyte | |
parent | cf76076f22bc8c231948d84a8ef14627b4ce09fc (diff) |
mb/gigabyte/ga-g41m-es2l/acpi_tables.c: Remove unneeded includes
Change-Id: I4b3b2d801698305dc6c214c58d367772ea2096a3
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/26894
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ga-g41m-es2l/acpi_tables.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/acpi_tables.c b/src/mainboard/gigabyte/ga-g41m-es2l/acpi_tables.c index 4c1d3b3af6..11f3af2036 100644 --- a/src/mainboard/gigabyte/ga-g41m-es2l/acpi_tables.c +++ b/src/mainboard/gigabyte/ga-g41m-es2l/acpi_tables.c @@ -14,7 +14,6 @@ * GNU General Public License for more details. */ -#include <string.h> #include <southbridge/intel/i82801gx/nvs.h> void acpi_create_gnvs(global_nvs_t *gnvs) |