mb/{cavium,opencellular,roda,scaleway,ti}: Remove unused <stdlib.h>

Change-Id: Iad616e98feaebc6d5ec058fbf438ac2002a6b934
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33903
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 20:03:42 +01:00 committed by Kyösti Mälkki
parent 45f05a13ed
commit 7104cdb375
6 changed files with 0 additions and 6 deletions

View File

@ -18,7 +18,6 @@
#include <soc/sdram.h>
#include <soc/timer.h>
#include <soc/mmu.h>
#include <stdlib.h>
#include <libbdk-hal/bdk-config.h>
extern const struct bdk_devicetree_key_value devtree[];

View File

@ -19,7 +19,6 @@
#include <soc/sdram.h>
#include <soc/timer.h>
#include <soc/mmu.h>
#include <stdlib.h>
#include <console/console.h>
#include <program_loading.h>
#include <libbdk-hal/bdk-config.h>

View File

@ -15,7 +15,6 @@
*/
#include <types.h>
#include <stdlib.h>
#include <console/console.h>
#include <arch/io.h>
#include <delay.h>

View File

@ -14,7 +14,6 @@
*/
#include <stdint.h>
#include <stdlib.h>
#include <arch/io.h>
#include <device/device.h>
#include <drivers/intel/gma/int15.h>

View File

@ -15,7 +15,6 @@
*/
#include <stdint.h>
#include <stdlib.h>
#include <console/console.h>
#include <console/uart.h>

View File

@ -14,7 +14,6 @@
#include <assert.h>
#include <cpu/ti/am335x/gpio.h>
#include <stdlib.h>
#include "leds.h"