diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-12-31 18:43:17 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-10 23:30:56 +0000 |
commit | ffc4002863b4436457bef4ee90da2ea4aa4f9542 (patch) | |
tree | 70fc4ba48ae5f0f2be2221ebd1689cd767e44512 /src/soc/intel/common | |
parent | a6608bc99085290e38365b0a03c591b566427589 (diff) |
src/soc: Remove unused <stdlib.h>
Found using:
diff <(git grep -l '#include <stdlib.h>' -- src/) <(git grep -l 'memalign(\|malloc(\|calloc(\|free(' -- src/)
Change-Id: I08e1a680de9bfcc7d74e88a15abe9eef327b4961
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60617
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jonathan Zhang <jonzhang@fb.com>
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r-- | src/soc/intel/common/block/tcss/tcss.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/tcss/tcss.c b/src/soc/intel/common/block/tcss/tcss.c index 03f630cf52..3e11865848 100644 --- a/src/soc/intel/common/block/tcss/tcss.c +++ b/src/soc/intel/common/block/tcss/tcss.c @@ -11,7 +11,6 @@ #include <soc/pci_devs.h> #include <soc/pcr_ids.h> #include <soc/tcss.h> -#include <stdlib.h> #include <drivers/intel/pmc_mux/conn/chip.h> #define BIAS_CTRL_VW_INDEX_SHIFT 16 |