From: Christian Marangi Date: Sat, 7 Jun 2025 21:11:18 +0000 (+0200) Subject: iommu: qcom-smmu: add missing linux/bug.h header for WARN_ON X-Git-Tag: v2025.10-rc1~118^2~16^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f1aafe0b526ae22b0b1673d440c58fa99d5d4bf;p=pandora-u-boot.git iommu: qcom-smmu: add missing linux/bug.h header for WARN_ON The WARN macro requires inclusion of linux/bug.h header. It does currently work as bitfield.h includes it indirectly but this will change when bitfield.h will be synced with new Linux version. Explicitly include the header to fix future compilation error. Signed-off-by: Christian Marangi --- diff --git a/drivers/iommu/qcom-hyp-smmu.c b/drivers/iommu/qcom-hyp-smmu.c index c1b95bc8b8c..2e51ce4f242 100644 --- a/drivers/iommu/qcom-hyp-smmu.c +++ b/drivers/iommu/qcom-hyp-smmu.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include