aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini2024-04-27 08:10:50 -0600
committerTom Rini2024-05-06 15:05:03 -0600
commit6fa4850c95c731cc53550da9233c7144a8fdb7c5 (patch)
treee77ccfe906117893d2db41d51b3ab457738e657f
parentbd22849d0b2178af75e305d2eb516eee1499eb00 (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>
-rw-r--r--include/pci.h1
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