iommu: qcom-smmu: add missing linux/bug.h header for WARN_ON
authorChristian Marangi <ansuelsmth@gmail.com>
Sat, 7 Jun 2025 21:11:18 +0000 (23:11 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 14 Jun 2025 15:11:10 +0000 (09:11 -0600)
commit1f1aafe0b526ae22b0b1673d440c58fa99d5d4bf
tree885d63a5de7f01ca14cc7186a6bb65a93b18905c
parent7d0f2733797f3c1453e718c3b9f9da3c07708c15
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 <ansuelsmth@gmail.com>
drivers/iommu/qcom-hyp-smmu.c