mb/clevo/tgl-u: Avoid indirect includes

Change-Id: I51ab987420e592ac2f841c2d7761c0adcc43124e
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68701
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
Elyes Haouas 2022-10-22 22:16:24 +02:00 committed by Michael Niewöhner
parent 2a09a84f15
commit 193e86b814
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <device/azalia_device.h>
#include <stdint.h>
const u32 cim_verb_data[] = {
/* Realtek ALC293 */

View File

@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <soc/meminit.h>
#include <stdbool.h>
#include <variant/romstage.h>
void variant_configure_fspm(FSPM_UPD *memupd)