summaryrefslogtreecommitdiff
path: root/src/mainboard/google/auron/mainboard.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-06-15 07:22:22 +0300
committerWerner Zeh <werner.zeh@siemens.com>2021-06-17 05:33:34 +0000
commit89a5f0f58686b95e139188fb1dc0a6cda311a682 (patch)
tree17f7626e304da564e2cc05a2f69398113efcd183 /src/mainboard/google/auron/mainboard.c
parentecc5a2f147ae7b7f64244158dc8c55ca3847783f (diff)
mb/*: Fix some indirect includes
Fix build failures in the case <vc/.../chromeos.h> is removed. Change-Id: Ie45066f39cd6fb92cca697a6bd5bc8bb8c60b4e7 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55506 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/auron/mainboard.c')
-rw-r--r--src/mainboard/google/auron/mainboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/auron/mainboard.c b/src/mainboard/google/auron/mainboard.c
index 050d9cd54d..12d5a68da6 100644
--- a/src/mainboard/google/auron/mainboard.c
+++ b/src/mainboard/google/auron/mainboard.c
@@ -1,5 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
+#include <device/device.h>
#include <drivers/intel/gma/int15.h>
#include <vendorcode/google/chromeos/chromeos.h>
#include "ec.h"