diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-04-10 10:42:30 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-04-11 19:24:44 +0000 |
commit | fd9f697e518150f85e3a17f58deffe8a9a8dcbad (patch) | |
tree | ea023fdff64752da0a34bb251f8222c06f218753 /src/superio/nuvoton | |
parent | 31402178c56108e752b95c34562b6e3554a2c1d8 (diff) |
tree: Drop unused <stdlib.h>
Change-Id: Ie7e36cfa5a09d94bb58f12f9bd262255a630424c
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81819
Reviewed-by: Yidi Lin <yidilin@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/superio/nuvoton')
-rw-r--r-- | src/superio/nuvoton/npcd378/superio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/nuvoton/npcd378/superio.c b/src/superio/nuvoton/npcd378/superio.c index ddf63cdb72..d642dd51c6 100644 --- a/src/superio/nuvoton/npcd378/superio.c +++ b/src/superio/nuvoton/npcd378/superio.c @@ -10,7 +10,6 @@ #include <acpi/acpi.h> #include <acpi/acpigen.h> #include <superio/common/ssdt.h> -#include <stdlib.h> #include "npcd378.h" |