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:
parent
43d5f7e8ea
commit
8eeff1e0f4
|
@ -25,7 +25,6 @@
|
|||
#include <soc/maincpu.h>
|
||||
#include <soc/pmc.h>
|
||||
#include <soc/sysctr.h>
|
||||
#include <stdlib.h>
|
||||
#include <symbols.h>
|
||||
|
||||
static struct clk_rst_ctlr *clk_rst = (void *)TEGRA_CLK_RST_BASE;
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include <soc/nvidia/tegra/dc.h>
|
||||
#include <soc/nvidia/tegra/pwm.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "chip.h"
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <soc/addressmap.h>
|
||||
#include <soc/dma.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
struct apb_dma * const apb_dma = (struct apb_dma *)TEGRA_APB_DMA_BASE;
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <device/mmio.h>
|
||||
#include <soc/clk_rst.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
enum {
|
||||
CLK_L_CPU = 0x1 << 0,
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <soc/mc.h>
|
||||
#include <soc/pmc.h>
|
||||
#include <soc/sdram.h>
|
||||
#include <stdlib.h>
|
||||
#include <symbols.h>
|
||||
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include <soc/clk_rst.h>
|
||||
#include <soc/pmc.h>
|
||||
#include <soc/sdram.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/*
|
||||
* This function reads SDRAM parameters (and a few CLK_RST register values) from
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include <soc/nvidia/tegra/displayport.h>
|
||||
#include <soc/sor.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "chip.h"
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include <program_loading.h>
|
||||
#include <soc/cache.h>
|
||||
#include <soc/early_configs.h>
|
||||
#include <stdlib.h>
|
||||
#include <symbols.h>
|
||||
#include <vendorcode/google/chromeos/chromeos.h>
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include <assert.h>
|
||||
#include <console/console.h>
|
||||
#include <delay.h>
|
||||
#include <stdlib.h>
|
||||
#include <soc/addressmap.h>
|
||||
#include <soc/clk_rst.h>
|
||||
#include <soc/clock.h>
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <soc/addressmap.h>
|
||||
#include <soc/dma.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
struct apb_dma * const apb_dma = (struct apb_dma *)TEGRA_APB_DMA_BASE;
|
||||
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
#include <commonlib/helpers.h>
|
||||
#include <console/console.h>
|
||||
#include <device/mmio.h>
|
||||
#include <stdlib.h>
|
||||
#include <delay.h>
|
||||
#include <timer.h>
|
||||
#include <soc/addressmap.h>
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <device/mmio.h>
|
||||
#include <soc/clk_rst.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
enum {
|
||||
CLK_L_CPU = 0x1 << 0,
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
#ifndef _TEGRA_MIPI_PHY_H
|
||||
#define _TEGRA_MIPI_PHY_H
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
/*
|
||||
* Macros for calculating the phy timings
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <soc/addressmap.h>
|
||||
#include <soc/clock.h>
|
||||
#include <device/device.h>
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <soc/mc.h>
|
||||
#include <soc/pmc.h>
|
||||
#include <soc/sdram.h>
|
||||
#include <stdlib.h>
|
||||
#include <soc/nvidia/tegra/apbmisc.h>
|
||||
|
||||
static void sdram_patch(uintptr_t addr, uint32_t value)
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include <soc/addressmap.h>
|
||||
#include <soc/pmc.h>
|
||||
#include <soc/sdram.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/*
|
||||
* This function reads SDRAM parameters from the common BCT format and
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
|
||||
#include <console/console.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <delay.h>
|
||||
#include <soc/addressmap.h>
|
||||
#include <device/device.h>
|
||||
|
|
Loading…
Reference in New Issue