src/soc/samsung: Remove unused <stdlib.h>

Change-Id: I6a933295de7c41d62e6a95f955c098b49ea17f08
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33689
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS
2019-11-30 19:27:54 +01:00
committed by Kyösti Mälkki
parent 8cf28dbf93
commit d51ee90f12
13 changed files with 0 additions and 13 deletions

View File

@@ -24,7 +24,6 @@
#include <soc/cpu.h>
#include <soc/clk.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include "chip.h"