This file has many "Linux" style types in it, add <linux/types.h>
Signed-off-by: Tom Rini <tr...@konsulko.com> --- include/pci.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pci.h b/include/pci.h index aad233769a35..ea3b73923d60 100644 --- a/include/pci.h +++ b/include/pci.h @@ -520,6 +520,7 @@ #ifndef __ASSEMBLY__ +#include <linux/types.h> #include <dm/pci.h> #ifdef CONFIG_SYS_PCI_64BIT -- 2.34.1