soc/{amd,cavium,mediatek,sifive}: Remove unused <stdlib.h>

Change-Id: I83322e246fe81b97188be17a3fdda16d36df0678
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33688
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:42:33 +01:00
committed by Kyösti Mälkki
parent 38d2540674
commit 8cf28dbf93
13 changed files with 0 additions and 13 deletions

View File

@@ -15,7 +15,6 @@
#include <device/mmio.h>
#include <edid.h>
#include <stdlib.h>
#include <stddef.h>
#include <soc/addressmap.h>
#include <soc/ddp.h>

View File

@@ -18,7 +18,6 @@
#include <console/console.h>
#include <endian.h>
#include <gpio.h>
#include <stdlib.h>
#include <soc/pll.h>
#include <soc/spi.h>
#include <timer.h>