diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-11-30 17:56:41 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2019-12-01 17:59:05 +0000 |
commit | 92542469e2df519b91cd88e57fd934b9c1c4d760 (patch) | |
tree | 9bd7dbd4ec24e99be6e03d92e4c519a4320fc066 /src/superio | |
parent | eef7c69d491de1a9b2fbc68f333c54fd5eac86a3 (diff) |
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')
-rw-r--r-- | src/superio/fintek/f81803a/superio.c | 1 | ||||
-rw-r--r-- | src/superio/nuvoton/nct5539d/superio.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/superio/fintek/f81803a/superio.c b/src/superio/fintek/f81803a/superio.c index 1cb31bfa9b..5a54f54f52 100644 --- a/src/superio/fintek/f81803a/superio.c +++ b/src/superio/fintek/f81803a/superio.c @@ -17,7 +17,6 @@ #include <device/device.h> #include <device/pnp.h> #include <superio/conf_mode.h> -#include <stdlib.h> #include <pc80/keyboard.h> #include "f81803a.h" diff --git a/src/superio/nuvoton/nct5539d/superio.c b/src/superio/nuvoton/nct5539d/superio.c index 45187ac74b..04461b3abe 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" |