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

Change-Id: I404d149cd1052fa0aef233bd0e0867524c738477
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37382
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:40:16 +01:00 committed by Kyösti Mälkki
parent 43d5f7e8ea
commit 8eeff1e0f4
17 changed files with 0 additions and 17 deletions

View File

@ -25,7 +25,6 @@
#include <soc/maincpu.h> #include <soc/maincpu.h>
#include <soc/pmc.h> #include <soc/pmc.h>
#include <soc/sysctr.h> #include <soc/sysctr.h>
#include <stdlib.h>
#include <symbols.h> #include <symbols.h>
static struct clk_rst_ctlr *clk_rst = (void *)TEGRA_CLK_RST_BASE; static struct clk_rst_ctlr *clk_rst = (void *)TEGRA_CLK_RST_BASE;

View File

@ -26,7 +26,6 @@
#include <soc/nvidia/tegra/dc.h> #include <soc/nvidia/tegra/dc.h>
#include <soc/nvidia/tegra/pwm.h> #include <soc/nvidia/tegra/pwm.h>
#include <stdint.h> #include <stdint.h>
#include <stdlib.h>
#include <string.h> #include <string.h>
#include "chip.h" #include "chip.h"

View File

@ -21,7 +21,6 @@
#include <soc/addressmap.h> #include <soc/addressmap.h>
#include <soc/dma.h> #include <soc/dma.h>
#include <stddef.h> #include <stddef.h>
#include <stdlib.h>
struct apb_dma * const apb_dma = (struct apb_dma *)TEGRA_APB_DMA_BASE; struct apb_dma * const apb_dma = (struct apb_dma *)TEGRA_APB_DMA_BASE;

View File

@ -22,7 +22,6 @@
#include <device/mmio.h> #include <device/mmio.h>
#include <soc/clk_rst.h> #include <soc/clk_rst.h>
#include <stdint.h> #include <stdint.h>
#include <stdlib.h>
enum { enum {
CLK_L_CPU = 0x1 << 0, CLK_L_CPU = 0x1 << 0,

View File

@ -22,7 +22,6 @@
#include <soc/mc.h> #include <soc/mc.h>
#include <soc/pmc.h> #include <soc/pmc.h>
#include <soc/sdram.h> #include <soc/sdram.h>
#include <stdlib.h>
#include <symbols.h> #include <symbols.h>

View File

@ -20,7 +20,6 @@
#include <soc/clk_rst.h> #include <soc/clk_rst.h>
#include <soc/pmc.h> #include <soc/pmc.h>
#include <soc/sdram.h> #include <soc/sdram.h>
#include <stdlib.h>
/* /*
* This function reads SDRAM parameters (and a few CLK_RST register values) from * This function reads SDRAM parameters (and a few CLK_RST register values) from

View File

@ -28,7 +28,6 @@
#include <soc/nvidia/tegra/displayport.h> #include <soc/nvidia/tegra/displayport.h>
#include <soc/sor.h> #include <soc/sor.h>
#include <stdint.h> #include <stdint.h>
#include <stdlib.h>
#include "chip.h" #include "chip.h"

View File

@ -20,7 +20,6 @@
#include <program_loading.h> #include <program_loading.h>
#include <soc/cache.h> #include <soc/cache.h>
#include <soc/early_configs.h> #include <soc/early_configs.h>
#include <stdlib.h>
#include <symbols.h> #include <symbols.h>
#include <vendorcode/google/chromeos/chromeos.h> #include <vendorcode/google/chromeos/chromeos.h>

View File

@ -18,7 +18,6 @@
#include <assert.h> #include <assert.h>
#include <console/console.h> #include <console/console.h>
#include <delay.h> #include <delay.h>
#include <stdlib.h>
#include <soc/addressmap.h> #include <soc/addressmap.h>
#include <soc/clk_rst.h> #include <soc/clk_rst.h>
#include <soc/clock.h> #include <soc/clock.h>

View File

@ -21,7 +21,6 @@
#include <soc/addressmap.h> #include <soc/addressmap.h>
#include <soc/dma.h> #include <soc/dma.h>
#include <stddef.h> #include <stddef.h>
#include <stdlib.h>
struct apb_dma * const apb_dma = (struct apb_dma *)TEGRA_APB_DMA_BASE; struct apb_dma * const apb_dma = (struct apb_dma *)TEGRA_APB_DMA_BASE;

View File

@ -16,7 +16,6 @@
#include <commonlib/helpers.h> #include <commonlib/helpers.h>
#include <console/console.h> #include <console/console.h>
#include <device/mmio.h> #include <device/mmio.h>
#include <stdlib.h>
#include <delay.h> #include <delay.h>
#include <timer.h> #include <timer.h>
#include <soc/addressmap.h> #include <soc/addressmap.h>

View File

@ -22,7 +22,6 @@
#include <device/mmio.h> #include <device/mmio.h>
#include <soc/clk_rst.h> #include <soc/clk_rst.h>
#include <stdint.h> #include <stdint.h>
#include <stdlib.h>
enum { enum {
CLK_L_CPU = 0x1 << 0, CLK_L_CPU = 0x1 << 0,

View File

@ -15,7 +15,6 @@
#ifndef _TEGRA_MIPI_PHY_H #ifndef _TEGRA_MIPI_PHY_H
#define _TEGRA_MIPI_PHY_H #define _TEGRA_MIPI_PHY_H
#include <stdlib.h>
/* /*
* Macros for calculating the phy timings * Macros for calculating the phy timings

View File

@ -13,7 +13,6 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include <stdlib.h>
#include <soc/addressmap.h> #include <soc/addressmap.h>
#include <soc/clock.h> #include <soc/clock.h>
#include <device/device.h> #include <device/device.h>

View File

@ -23,7 +23,6 @@
#include <soc/mc.h> #include <soc/mc.h>
#include <soc/pmc.h> #include <soc/pmc.h>
#include <soc/sdram.h> #include <soc/sdram.h>
#include <stdlib.h>
#include <soc/nvidia/tegra/apbmisc.h> #include <soc/nvidia/tegra/apbmisc.h>
static void sdram_patch(uintptr_t addr, uint32_t value) static void sdram_patch(uintptr_t addr, uint32_t value)

View File

@ -19,7 +19,6 @@
#include <soc/addressmap.h> #include <soc/addressmap.h>
#include <soc/pmc.h> #include <soc/pmc.h>
#include <soc/sdram.h> #include <soc/sdram.h>
#include <stdlib.h>
/* /*
* This function reads SDRAM parameters from the common BCT format and * This function reads SDRAM parameters from the common BCT format and

View File

@ -18,7 +18,6 @@
#include <console/console.h> #include <console/console.h>
#include <stdint.h> #include <stdint.h>
#include <stdlib.h>
#include <delay.h> #include <delay.h>
#include <soc/addressmap.h> #include <soc/addressmap.h>
#include <device/device.h> #include <device/device.h>