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/tigerlake/finalize.c | |
parent | d51ee90f122de103756a26842f17ded2465db1a3 (diff) |
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/tigerlake/finalize.c')
-rw-r--r-- | src/soc/intel/tigerlake/finalize.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/tigerlake/finalize.c b/src/soc/intel/tigerlake/finalize.c index ac9dc24b50..2de58a9e70 100644 --- a/src/soc/intel/tigerlake/finalize.c +++ b/src/soc/intel/tigerlake/finalize.c @@ -39,7 +39,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 */ |