commit | 9418a49a6b0e353fc381e123ff39a1135622dadf | [log] [tgz] |
---|---|---|
author | Hrushikesh Salunke <h-salunke@ti.com> | Wed Apr 16 17:38:28 2025 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 24 10:45:49 2025 -0600 |
tree | 7c3885407bd19eb4835d30309475fd15bca77074 | |
parent | c9de3bae5e42797a8bd819c785883870b3185369 [diff] |
pci: pcie_cdns_ti: Include linux/sizes.h header Driver uses macro SZ_4G to configure inbound base address register. The macro is used without including the header file in which it is defined. Fix this. Fixes: 59ad5480098 ("pci: Add TI K3 Cadence PCIe Controller") Signed-off-by: Hrushikesh Salunke <h-salunke@ti.com> Reviewed-by: Siddharth Vadapalli <s-vadapalli@ti.com>