summaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83977tf/superio.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-05-15 22:11:18 +0200
committerFelix Held <felix-coreboot@felixheld.de>2019-10-20 15:55:25 +0000
commit2329a2537deb8091b3def3ef7752582298039588 (patch)
tree4520f0398ca99d34378d7d249a89c6ab5bbf3432 /src/superio/winbond/w83977tf/superio.c
parent6a0e5deb90f370b51cb2cbe275a98757fb1f0557 (diff)
downloadcoreboot-2329a2537deb8091b3def3ef7752582298039588.tar.xz
superio: Use 'include <stdlib.h>' when appropriate
Change-Id: I55e7b680e128f29a9fd549edfb676e6571330677 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32830 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio/winbond/w83977tf/superio.c')
-rw-r--r--src/superio/winbond/w83977tf/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83977tf/superio.c b/src/superio/winbond/w83977tf/superio.c
index b4f316ba75..b11e5be577 100644
--- a/src/superio/winbond/w83977tf/superio.c
+++ b/src/superio/winbond/w83977tf/superio.c
@@ -20,7 +20,7 @@
#include <device/pnp.h>
#include <superio/conf_mode.h>
#include <pc80/keyboard.h>
-#include <stdlib.h>
+
#include "w83977tf.h"
static void w83977tf_init(struct device *dev)