[PATCH 02/18] pci.h: Add missing <linux/types.h>
Tom Rini
trini at konsulko.com
Sat Apr 27 16:10:50 CEST 2024
This file has many "Linux" style types in it, add <linux/types.h>
Signed-off-by: Tom Rini <trini at 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
More information about the U-Boot
mailing list