mb/{gizmosphere,google}: Remove unused <stdlib.h>

Change-Id: If99c8ea1aa437f261e8ab3c8a164d01be8bc58e9
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33893
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 19:52:18 +01:00 committed by Kyösti Mälkki
parent 20a329718e
commit 98b0ae6561
6 changed files with 0 additions and 6 deletions

View File

@ -16,7 +16,6 @@
#include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h>
#include <SB800.h>
#include <stdlib.h>
static AGESA_STATUS board_BeforeDramInit (UINT32 Func, UINTN Data, VOID *ConfigPtr);

View File

@ -26,7 +26,6 @@
*
*/
#include <stdlib.h>

View File

@ -16,7 +16,6 @@
#include <baseboard/variants.h>
#include <soc/gpio.h>
#include <soc/southbridge.h>
#include <stdlib.h>
#include <boardid.h>
#include <variant/gpio.h>

View File

@ -15,7 +15,6 @@
*/
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <cbfs.h>
#include <console/console.h>

View File

@ -15,7 +15,6 @@
*/
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <cbfs.h>
#include <console/console.h>

View File

@ -15,7 +15,6 @@
*/
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <cbfs.h>
#include <console/console.h>