HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37501 )
Change subject: src/arch/arm: Remove unused 'include <stdint.h>' ......................................................................
src/arch/arm: Remove unused 'include <stdint.h>'
Change-Id: I35f3559d68866a734666b3a18038bdae628703c8 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/arch/arm/eabi_compat.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/37501/1
diff --git a/src/arch/arm/eabi_compat.c b/src/arch/arm/eabi_compat.c index 45f4651..b2caf9c 100644 --- a/src/arch/arm/eabi_compat.c +++ b/src/arch/arm/eabi_compat.c @@ -14,7 +14,6 @@ * Utility functions needed for (some) EABI conformant tool chains. */
-#include <stdint.h> #include <stddef.h> #include <string.h> #include <console/console.h>