summaryrefslogtreecommitdiffstats
path: root/src/superio/nuvoton
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-11-30 17:56:41 +0100
committerFelix Held <felix-coreboot@felixheld.de>2019-12-01 17:59:05 +0000
commit92542469e2df519b91cd88e57fd934b9c1c4d760 (patch)
tree9bd7dbd4ec24e99be6e03d92e4c519a4320fc066 /src/superio/nuvoton
parenteef7c69d491de1a9b2fbc68f333c54fd5eac86a3 (diff)
downloadcoreboot-92542469e2df519b91cd88e57fd934b9c1c4d760.tar.gz
coreboot-92542469e2df519b91cd88e57fd934b9c1c4d760.tar.bz2
coreboot-92542469e2df519b91cd88e57fd934b9c1c4d760.zip
src/superio: Remove unused include <stdlib.h>
Change-Id: I941c3d80d6b822b12a2d0c279415ab0c6b7f375b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37379 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio/nuvoton')
-rw-r--r--src/superio/nuvoton/nct5539d/superio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/nuvoton/nct5539d/superio.c b/src/superio/nuvoton/nct5539d/superio.c
index 45187ac74b4e..04461b3abe86 100644
--- a/src/superio/nuvoton/nct5539d/superio.c
+++ b/src/superio/nuvoton/nct5539d/superio.c
@@ -22,7 +22,6 @@
#include <device/device.h>
#include <device/pnp.h>
#include <pc80/keyboard.h>
-#include <stdlib.h>
#include <superio/conf_mode.h>
#include "nct5539d.h"