diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-12-31 18:42:43 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-10 23:27:01 +0000 |
commit | ddaf2d0d182c117a5260e0a35e1fc68684ca67fd (patch) | |
tree | 8bc3ce5ede0eff0435c6466ae89bcfe75bf077bc /src/superio/smsc | |
parent | 17ce8707554569daca8624bd8e4ddbcb02b73085 (diff) |
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/superio/smsc')
-rw-r--r-- | src/superio/smsc/sch5545/superio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/smsc/sch5545/superio.c b/src/superio/smsc/sch5545/superio.c index 2fe5d035bf..7952eb85a7 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" |