diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-06-15 07:22:22 +0300 |
---|---|---|
committer | Werner Zeh <werner.zeh@siemens.com> | 2021-06-17 05:33:34 +0000 |
commit | 89a5f0f58686b95e139188fb1dc0a6cda311a682 (patch) | |
tree | 17f7626e304da564e2cc05a2f69398113efcd183 /src/mainboard/google/auron/mainboard.c | |
parent | ecc5a2f147ae7b7f64244158dc8c55ca3847783f (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.c | 1 |
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" |