From: Tom Rini Date: Fri, 18 Jul 2025 01:15:21 +0000 (-0600) Subject: pci: Add missing to pcie_iproc.c X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bad0bc4f7beeba8e972005fd0901cf368315815;p=pandora-u-boot.git pci: Add missing to pcie_iproc.c This driver references the SZ_ macros while relying on an indirection inclusion of . Add the missing include directly. Signed-off-by: Tom Rini --- diff --git a/drivers/pci/pcie_iproc.c b/drivers/pci/pcie_iproc.c index 360ef1b011f..a6ed0189178 100644 --- a/drivers/pci/pcie_iproc.c +++ b/drivers/pci/pcie_iproc.c @@ -13,6 +13,7 @@ #include #include #include +#include #define EP_PERST_SOURCE_SELECT_SHIFT 2 #define EP_PERST_SOURCE_SELECT BIT(EP_PERST_SOURCE_SELECT_SHIFT)