aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-11-06 16:13:15 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-11-11 06:25:12 +0000
commit9a3bde0581a574956dd57ca24683c41ac7e0edfc (patch)
tree3d4e3e375f82fcf79d571fd4220967af1517f10a /src/mainboard/google/hatch
parentbc94d60924483606763a68b313c57559ae759dd7 (diff)
ChromeOS: Replace with or add <types.h>
It's commented in <types.h> that it shall provide <commonlib/helpers.h>. Fix for ARRAY_SIZE() in bulk, followup works will reduce the number of other includes these files have. Change-Id: I2572aaa2cf4254f0dea6698cba627de12725200f Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58996 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google/hatch')
-rw-r--r--src/mainboard/google/hatch/chromeos.c1
-rw-r--r--src/mainboard/google/hatch/variants/baseboard/gpio.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/hatch/chromeos.c b/src/mainboard/google/hatch/chromeos.c
index 354d8398e6..3401b82d97 100644
--- a/src/mainboard/google/hatch/chromeos.c
+++ b/src/mainboard/google/hatch/chromeos.c
@@ -7,6 +7,7 @@
#include <ec/google/chromeec/ec.h>
#include <gpio.h>
#include <variant/gpio.h>
+#include <types.h>
#include <vendorcode/google/chromeos/chromeos.h>
void fill_lb_gpios(struct lb_gpios *gpios)
diff --git a/src/mainboard/google/hatch/variants/baseboard/gpio.c b/src/mainboard/google/hatch/variants/baseboard/gpio.c
index a3cf60f3f1..f9ffcd96ec 100644
--- a/src/mainboard/google/hatch/variants/baseboard/gpio.c
+++ b/src/mainboard/google/hatch/variants/baseboard/gpio.c
@@ -3,7 +3,7 @@
#include <acpi/acpi.h>
#include <baseboard/gpio.h>
#include <baseboard/variants.h>
-#include <commonlib/helpers.h>
+#include <types.h>
#include <vendorcode/google/chromeos/chromeos.h>
static const struct pad_config gpio_table[] = {