Martin Roth submitted this change.

View Change


Approvals: build bot (Jenkins): Verified Martin L Roth: Looks good to me, approved
nb/intel/i945/rcven.c: Sort includes and add <types.h>

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: I360e4f8ed3b87225a09c7cbb761c570a579771cf
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68045
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
---
M src/northbridge/intel/i945/rcven.c
1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/src/northbridge/intel/i945/rcven.c b/src/northbridge/intel/i945/rcven.c
index ca54bad..37b568a 100644
--- a/src/northbridge/intel/i945/rcven.c
+++ b/src/northbridge/intel/i945/rcven.c
@@ -2,8 +2,10 @@

#include <console/console.h>
#include <device/mmio.h>
-#include "raminit.h"
+#include <types.h>
+
#include "i945.h"
+#include "raminit.h"

/**
* sample the strobes signal

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I360e4f8ed3b87225a09c7cbb761c570a579771cf
Gerrit-Change-Number: 68045
Gerrit-PatchSet: 4
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-CC: Paul Menzel <paulepanter@mailbox.org>
Gerrit-MessageType: merged