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>
This commit is contained in:
Elyes Haouas 2022-10-03 11:01:31 +02:00 committed by Martin Roth
parent d8cd835c4a
commit f360006454
1 changed files with 3 additions and 1 deletions

View File

@ -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)
{