summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801gx/early_init.c
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-10-03 11:01:31 +0200
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-10-06 18:14:17 +0000
commitf3600064545ac1a6e66860ec839fb03fc6aba9d4 (patch)
tree7f94d931c62f7b61f02cef64d0b22bd87d29284a /src/southbridge/intel/i82801gx/early_init.c
parentd8cd835c4a597aece6b973d79f415db73a985c3b (diff)
sb/intel/i82801gx/early_init.c: Include common/rcba.h
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: I5d9bc4ae942ba171a5d3ef4f77da69398fbac692 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68079 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/southbridge/intel/i82801gx/early_init.c')
-rw-r--r--src/southbridge/intel/i82801gx/early_init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82801gx/early_init.c b/src/southbridge/intel/i82801gx/early_init.c
index 3a0e0b1d77..deb3debb81 100644
--- a/src/southbridge/intel/i82801gx/early_init.c
+++ b/src/southbridge/intel/i82801gx/early_init.c
@@ -5,8 +5,10 @@
#include <device/smbus_host.h>
#include <southbridge/intel/common/gpio.h>
#include <southbridge/intel/common/pmbase.h>
-#include "i82801gx.h"
+#include <southbridge/intel/common/rcba.h>
+
#include "chip.h"
+#include "i82801gx.h"
void i82801gx_lpc_setup(void)
{