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

@@ -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>