diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-10-02 13:50:23 +0200 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-10-06 17:01:25 +0000 |
commit | 7132b624139d3ba234b735f89aa390d116aca739 (patch) | |
tree | 21dc637dd2b1616ec902e94ff46b3b4fb758aabf /src/northbridge/intel/i945 | |
parent | 4114fdc9a81bdedced1e32085a7e1617e5ce1466 (diff) |
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>
Diffstat (limited to 'src/northbridge/intel/i945')
-rw-r--r-- | src/northbridge/intel/i945/rcven.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/northbridge/intel/i945/rcven.c b/src/northbridge/intel/i945/rcven.c index ca54bad7f8..37b568a351 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 |