diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-10-22 22:15:27 +0200 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-10-25 16:15:09 +0000 |
commit | cbbbb6c79d94ccc4b38913be74dc34ad1f365bac (patch) | |
tree | aae253bb3cd7c5a623641bbda0f717f6a886c35b /src/soc/intel/tigerlake/xhci.c | |
parent | d7d551523d8f9f3f35cdb95094f2fe650d078dc0 (diff) |
soc/intel/tigerlake: Clean up includes
Change-Id: I9c75e900d05d16de830c750f074df84bb17f64dc
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68700
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <inforichland@gmail.com>
Diffstat (limited to 'src/soc/intel/tigerlake/xhci.c')
-rw-r--r-- | src/soc/intel/tigerlake/xhci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/tigerlake/xhci.c b/src/soc/intel/tigerlake/xhci.c index 6f095fa633..af201aa4db 100644 --- a/src/soc/intel/tigerlake/xhci.c +++ b/src/soc/intel/tigerlake/xhci.c @@ -3,6 +3,7 @@ #include <device/pci_type.h> #include <intelblocks/xhci.h> #include <soc/pci_devs.h> +#include <stddef.h> #define PCH_XHCI_USB2_PORT_STATUS_REG 0x480 #define PCH_XHCI_USB3_PORT_STATUS_REG 0x520 |