summaryrefslogtreecommitdiffstats
path: root/src/ec/kontron
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/kontron
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/kontron')
-rw-r--r--src/ec/kontron/it8516e/ec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ec/kontron/it8516e/ec.c b/src/ec/kontron/it8516e/ec.c
index 556538210918..c0042fc7295b 100644
--- a/src/ec/kontron/it8516e/ec.c
+++ b/src/ec/kontron/it8516e/ec.c
@@ -13,7 +13,6 @@
* GNU General Public License for more details.
*/
-#include <stdlib.h>
#include <console/console.h>
#include <device/device.h>
#include <device/pnp.h>