summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-12-31 18:42:43 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-01-10 23:27:01 +0000
commitddaf2d0d182c117a5260e0a35e1fc68684ca67fd (patch)
tree8bc3ce5ede0eff0435c6466ae89bcfe75bf077bc /src
parent17ce8707554569daca8624bd8e4ddbcb02b73085 (diff)
downloadcoreboot-ddaf2d0d182c117a5260e0a35e1fc68684ca67fd.tar.gz
coreboot-ddaf2d0d182c117a5260e0a35e1fc68684ca67fd.tar.bz2
coreboot-ddaf2d0d182c117a5260e0a35e1fc68684ca67fd.zip
src/superio/smsc: Remove unused <stdlib.h>
Found using: diff <(git grep -l '#include <stdlib.h>' -- src/) <(git grep -l 'memalign(\|malloc(\|calloc(\|free(' -- src/) Change-Id: Icb747bcb702a81750a927272432666ffe603ca55 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60616 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src')
-rw-r--r--src/superio/smsc/sch5545/superio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/smsc/sch5545/superio.c b/src/superio/smsc/sch5545/superio.c
index 2fe5d035bf81..7952eb85a758 100644
--- a/src/superio/smsc/sch5545/superio.c
+++ b/src/superio/smsc/sch5545/superio.c
@@ -6,7 +6,6 @@
#include <superio/conf_mode.h>
#include <console/console.h>
#include <pc80/keyboard.h>
-#include <stdlib.h>
#include "sch5545.h"