Martin Roth has submitted this change. ( https://review.coreboot.org/c/coreboot/+/68037 )
Change subject: console/printk.c: Add <types.h> ......................................................................
console/printk.c: Add <types.h>
Signed-off-by: Elyes Haouas ehaouas@noos.fr Change-Id: I55412395071f0fccb839c40fefda998befaddebb Reviewed-on: https://review.coreboot.org/c/coreboot/+/68037 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Martin L Roth gaumless@gmail.com --- M src/console/printk.c 1 file changed, 14 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Martin L Roth: Looks good to me, approved
diff --git a/src/console/printk.c b/src/console/printk.c index 1ce2fad..99710e6 100644 --- a/src/console/printk.c +++ b/src/console/printk.c @@ -11,6 +11,7 @@ #include <smp/spinlock.h> #include <smp/node.h> #include <timer.h> +#include <types.h>
DECLARE_SPIN_LOCK(console_lock)