soc/amd/common/block/gpio_banks: add missing types.h include

In this file bool, uint8_t and uint32_t are used, so include types.h
directly to have those types defined instead of relying to have those
included indirectly via amdblocks/gpio_banks.h.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I6f4626a50219fab818e8bc5087961a731b44e71b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57788
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
Felix Held 2021-09-20 21:15:13 +02:00 committed by Felix Held
parent 6c3ad1341f
commit 16ae682cb9
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include <soc/smi.h>
#include <assert.h>
#include <string.h>
#include <types.h>
/*
* acpimmio_gpio0, acpimmio_remote_gpio and acpimmio_iomux are defined in