Martin Roth submitted this change.

View Change


Approvals: build bot (Jenkins): Verified Martin L Roth: Looks good to me, approved
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(-)

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)


To view, visit change 68037. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I55412395071f0fccb839c40fefda998befaddebb
Gerrit-Change-Number: 68037
Gerrit-PatchSet: 2
Gerrit-Owner: Elyes Haouas <ehaouas@noos.fr>
Gerrit-Reviewer: Martin L Roth <gaumless@gmail.com>
Gerrit-Reviewer: Martin Roth <martin.roth@amd.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged