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:
parent
8cf28dbf93
commit
d51ee90f12
|
@ -18,7 +18,6 @@
|
|||
#include <soc/alternate_cbfs.h>
|
||||
#include <soc/power.h>
|
||||
#include <soc/spi.h>
|
||||
#include <stdlib.h>
|
||||
#include <symbols.h>
|
||||
|
||||
/* This allows USB A-A firmware upload from a compatible host in four parts:
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include <console/console.h>
|
||||
#include <soc/clk.h>
|
||||
#include <soc/periph.h>
|
||||
#include <stdlib.h>
|
||||
#include <timer.h>
|
||||
|
||||
/* input clock of PLL: SMDK5250 has 24MHz input clock */
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <soc/dp-core.h>
|
||||
#include <soc/fimd.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "chip.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <soc/i2c.h>
|
||||
#include <soc/power.h>
|
||||
#include <soc/sysreg.h>
|
||||
#include <stdlib.h>
|
||||
#include <timer.h>
|
||||
|
||||
/*
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <soc/clk.h>
|
||||
#include <soc/gpio.h>
|
||||
#include <soc/spi.h>
|
||||
#include <stdlib.h>
|
||||
#include <symbols.h>
|
||||
|
||||
#if defined(CONFIG_DEBUG_SPI) && CONFIG_DEBUG_SPI
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include <soc/alternate_cbfs.h>
|
||||
#include <soc/power.h>
|
||||
#include <soc/spi.h>
|
||||
#include <stdlib.h>
|
||||
#include <symbols.h>
|
||||
|
||||
/* This allows USB A-A firmware upload from a compatible host in four parts:
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include <console/console.h>
|
||||
#include <soc/clk.h>
|
||||
#include <soc/periph.h>
|
||||
#include <stdlib.h>
|
||||
#include <timer.h>
|
||||
|
||||
/* input clock of PLL: SMDK5420 has 24MHz input clock */
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include <soc/cpu.h>
|
||||
#include <soc/clk.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "chip.h"
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <soc/i2c.h>
|
||||
#include <soc/power.h>
|
||||
#include <soc/sysreg.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
/*
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <soc/i2c.h>
|
||||
#include <soc/power.h>
|
||||
#include <soc/sysreg.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/* FIXME: I think the DP controller shouldn't be hardcoded here... */
|
||||
static struct exynos_dp * const dp_regs = (void *)EXYNOS5_DP1_BASE;
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
|
||||
#include <soc/gpio.h>
|
||||
#include <soc/pinmux.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
static void exynos_pinmux_uart(int start, int count)
|
||||
{
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include <device/mmio.h>
|
||||
#include <soc/cpu.h>
|
||||
#include <soc/power.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <types.h>
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include <soc/cpu.h>
|
||||
#include <soc/spi.h>
|
||||
#include <spi-generic.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <symbols.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue