commit | 6fa4850c95c731cc53550da9233c7144a8fdb7c5 | [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 | bd22849d0b2178af75e305d2eb516eee1499eb00 [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