summaryrefslogtreecommitdiffstats
path: root/src/ec/compal
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-05-15 22:07:39 +0200
committerMartin Roth <martinroth@google.com>2019-06-22 17:54:31 +0000
commitb874ef4925332f16aba1ce85696abfb1da72e0cb (patch)
tree1681cd4f46f27ebb972fa77e88d6049305bf460e /src/ec/compal
parent361f6fff5fd301e69c1678cf20f107df7465aaf6 (diff)
downloadcoreboot-b874ef4925332f16aba1ce85696abfb1da72e0cb.tar.gz
coreboot-b874ef4925332f16aba1ce85696abfb1da72e0cb.tar.bz2
coreboot-b874ef4925332f16aba1ce85696abfb1da72e0cb.zip
src/ec: Use 'include <stdlib.h>' when appropriate
Change-Id: Ifdb2dee08da45d698174583ee5ed44bf5a0243ff Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32823 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/ec/compal')
-rw-r--r--src/ec/compal/ene932/ec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ec/compal/ene932/ec.c b/src/ec/compal/ene932/ec.c
index 7d8880c1856c..cfabd8d12aa1 100644
--- a/src/ec/compal/ene932/ec.c
+++ b/src/ec/compal/ene932/ec.c
@@ -19,7 +19,6 @@
#include <console/console.h>
#include <device/device.h>
#include <device/pnp.h>
-#include <stdlib.h>
#include <arch/io.h>
#include <delay.h>
#include <pc80/keyboard.h>