diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-01-12 10:13:31 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-01-13 11:21:24 +0000 |
commit | db10892a179c4e9d3e0ce10aeb1c7f536fc23dd1 (patch) | |
tree | 775a05263ab8541618a0ed2d09d0f5522eb2e0d5 /src/mainboard/lenovo/thinkcentre_a58 | |
parent | 9e17b749d25fcebfb9536bf110a71dc65272b39f (diff) |
mb/lenovo/thinkcentre_a58/acpi_tables: Remove unneeded includes
Change-Id: I8f8e43d0f146b1050eb68da197504441b60a4120
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38374
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/lenovo/thinkcentre_a58')
-rw-r--r-- | src/mainboard/lenovo/thinkcentre_a58/acpi_tables.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/thinkcentre_a58/acpi_tables.c b/src/mainboard/lenovo/thinkcentre_a58/acpi_tables.c index d90dbc4c71..dede3173d0 100644 --- a/src/mainboard/lenovo/thinkcentre_a58/acpi_tables.c +++ b/src/mainboard/lenovo/thinkcentre_a58/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) |