summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-12-22 13:48:30 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-01-02 14:27:43 +0000
commit8970992f5e9b72745879c8d05ae98210a606dff9 (patch)
tree297c03f886ea940b4889c106384c643f09b547b9 /src
parent0558d0c21596c3250e5c31575ac01a4943a3c7d9 (diff)
downloadcoreboot-8970992f5e9b72745879c8d05ae98210a606dff9.tar.xz
mb/intel/d945gclf: Remove unused include
Change-Id: I023ce20b4144d782f22243911f845f6e28fdb2a3 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37898 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/intel/d945gclf/acpi_tables.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/intel/d945gclf/acpi_tables.c b/src/mainboard/intel/d945gclf/acpi_tables.c
index ba3995ed16..c212315d14 100644
--- a/src/mainboard/intel/d945gclf/acpi_tables.c
+++ b/src/mainboard/intel/d945gclf/acpi_tables.c
@@ -13,7 +13,6 @@
* GNU General Public License for more details.
*/
-#include <stdint.h>
#include <southbridge/intel/i82801gx/nvs.h>
void acpi_create_gnvs(global_nvs_t *gnvs)