commit | 88e5a758d3c131aa6287992cd83aefc942d00dcd | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Apr 27 08:10:50 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 06 15:05:03 2024 -0600 |
tree | e77ccfe906117893d2db41d51b3ab457738e657f | |
parent | a44282df1f0de3800a3ff322ea78d29831656dd2 [diff] [blame] |
pci.h: Add missing <linux/types.h> This file has many "Linux" style types in it, add <linux/types.h> Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/include/pci.h b/include/pci.h index aad2337..ea3b739 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