diff options
author | Tom Rini | 2024-04-27 08:10:50 -0600 |
---|---|---|
committer | Tom Rini | 2024-05-06 15:05:03 -0600 |
commit | 6fa4850c95c731cc53550da9233c7144a8fdb7c5 (patch) | |
tree | e77ccfe906117893d2db41d51b3ab457738e657f /include/pci.h | |
parent | bd22849d0b2178af75e305d2eb516eee1499eb00 (diff) |
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>
Diffstat (limited to 'include/pci.h')
-rw-r--r-- | include/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pci.h b/include/pci.h index aad233769a3..ea3b73923d6 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 |