mb/{msi,pcengines}: Remove unused <stdlib.h>

Change-Id: I282d02d58a5740369371a6f0bbdf7e900e3edc56
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33895
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Elyes HAOUAS 2019-11-30 20:01:14 +01:00 committed by Kyösti Mälkki
parent 4540a990a5
commit e5476db4aa
5 changed files with 0 additions and 5 deletions

View File

@ -19,7 +19,6 @@
#include <northbridge/amd/agesa/state_machine.h>
#include <vendorcode/amd/agesa/f15tn/Proc/Fch/FchPlatform.h>
#include <stdlib.h>
const BIOS_CALLOUT_STRUCT BiosCallouts[] =
{

View File

@ -25,7 +25,6 @@
*
*/
#include <stdlib.h>
#include <vendorcode/amd/agesa/f15tn/AGESA.h>

View File

@ -18,7 +18,6 @@
#include <spd_bin.h>
#include <northbridge/amd/agesa/BiosCallOuts.h>
#include <SB800.h>
#include <stdlib.h>
#include "gpio_ftns.h"

View File

@ -25,7 +25,6 @@
*
*/
#include <stdlib.h>
/* Select the CPU family. */

View File

@ -19,7 +19,6 @@
#include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h>
#include <FchPlatform.h>
#include <stdlib.h>
#include "gpio_ftns.h"
#include "imc.h"