From 1e0ce7a9d8d67e83c67e22dd51d5b8e8f6e7cb8d Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sun, 17 Nov 2024 15:29:07 +0100 Subject: soc/qualcomm/sc7280/socinfo: Add missing This to fix Wimplicit-function-declaration error: src/soc/qualcomm/sc7280/socinfo.c:67:2: error: call to undeclared function 'die'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 67 | die("could not match jtagid\n"); | ^ src/soc/qualcomm/sc7280/socinfo.c:81:2: error: call to undeclared function 'die'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 81 | die("could not match jtagid\n"); | ^ Change-Id: If930e39d0c7231975c1a11179fa7dbd9fcc0d1d1 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/85166 Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) --- src/soc/qualcomm/sc7280/socinfo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/qualcomm/sc7280') diff --git a/src/soc/qualcomm/sc7280/socinfo.c b/src/soc/qualcomm/sc7280/socinfo.c index af6901eab0..63e5b93311 100644 --- a/src/soc/qualcomm/sc7280/socinfo.c +++ b/src/soc/qualcomm/sc7280/socinfo.c @@ -2,6 +2,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3