aboutsummaryrefslogtreecommitdiff
path: root/src/ec/google
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/google
parent361f6fff5fd301e69c1678cf20f107df7465aaf6 (diff)
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/google')
-rw-r--r--src/ec/google/wilco/mailbox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ec/google/wilco/mailbox.c b/src/ec/google/wilco/mailbox.c
index d47290ccaf..3414c4af14 100644
--- a/src/ec/google/wilco/mailbox.c
+++ b/src/ec/google/wilco/mailbox.c
@@ -18,7 +18,6 @@
#include <delay.h>
#include <ec/google/common/mec.h>
#include <stdint.h>
-#include <stdlib.h>
#include <string.h>
#include <timer.h>
#include <types.h>