diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-11-30 19:38:23 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-12-19 05:41:08 +0000 |
commit | 608fbf81109902cfd1775e61b18a2c37e2084d9d (patch) | |
tree | 5357fe9849863a0a3ec5f94387e61e25b3f7a185 /src/soc/intel/icelake | |
parent | d51ee90f122de103756a26842f17ded2465db1a3 (diff) | |
download | coreboot-608fbf81109902cfd1775e61b18a2c37e2084d9d.tar.xz |
src/soc/intel: Remove unused <stdlib.h>
Change-Id: I71a5a6c3748d5a3910970bfb1ec3d7ecd3184cfd
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33686
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/icelake')
-rw-r--r-- | src/soc/intel/icelake/finalize.c | 1 | ||||
-rw-r--r-- | src/soc/intel/icelake/pmutil.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/icelake/finalize.c b/src/soc/intel/icelake/finalize.c index a70b5a1ed4..6afa61e33d 100644 --- a/src/soc/intel/icelake/finalize.c +++ b/src/soc/intel/icelake/finalize.c @@ -33,7 +33,6 @@ #include <soc/smbus.h> #include <soc/soc_chip.h> #include <soc/systemagent.h> -#include <stdlib.h> #define CAMERA1_CLK 0x8000 /* Camera 1 Clock */ #define CAMERA2_CLK 0x8080 /* Camera 2 Clock */ diff --git a/src/soc/intel/icelake/pmutil.c b/src/soc/intel/icelake/pmutil.c index 8efd426606..7b6168b084 100644 --- a/src/soc/intel/icelake/pmutil.c +++ b/src/soc/intel/icelake/pmutil.c @@ -29,7 +29,6 @@ #include <intelblocks/pmclib.h> #include <intelblocks/rtc.h> #include <intelblocks/tco.h> -#include <stdlib.h> #include <soc/espi.h> #include <soc/gpe.h> #include <soc/gpio.h> |