Elyes Haouas has submitted this change. ( https://review.coreboot.org/c/coreboot/+/84809?usp=email )
Change subject: mb/google/fatcat: Remove unused <stdio.h> ......................................................................
mb/google/fatcat: Remove unused <stdio.h>
Change-Id: Icc83efdd673390794fc443531ae7cc6834076383 Signed-off-by: Elyes Haouas ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/84809 Reviewed-by: Nicholas Chin nic.c3.14@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Subrata Banik subratabanik@google.com --- M src/mainboard/google/fatcat/mainboard.c 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: Subrata Banik: Looks good to me, approved build bot (Jenkins): Verified Nicholas Chin: Looks good to me, approved
diff --git a/src/mainboard/google/fatcat/mainboard.c b/src/mainboard/google/fatcat/mainboard.c index 0d1fcd3..f514eb9 100644 --- a/src/mainboard/google/fatcat/mainboard.c +++ b/src/mainboard/google/fatcat/mainboard.c @@ -7,7 +7,6 @@ #include <device/device.h> #include <ec/ec.h> #include <soc/ramstage.h> -#include <stdio.h> #include <stdlib.h> #include <vendorcode/google/chromeos/chromeos.h>