]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
thermal/drivers/qcom/lmh: Add missing IRQ includes
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Mon, 28 Jul 2025 12:18:24 +0000 (15:18 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Oct 2025 09:56:29 +0000 (11:56 +0200)
commite8de297fa417d50939d2aadc756c2dfec059e0f9
tree8cca5d2d3b0841683ac149a383bb4e9f6b889ede
parentf9d75abce9540bf20c86e2066200d2df38925416
thermal/drivers/qcom/lmh: Add missing IRQ includes

[ Upstream commit b50b2c53f98fcdb6957e184eb488c16502db9575 ]

As reported by LKP, the Qualcomm LMH driver needs to include several
IRQ-related headers, which decrlare necessary IRQ functionality.
Currently driver builds on ARM64 platforms, where the headers are pulled
in implicitly by other headers, but fails to build on other platforms.

Fixes: 53bca371cdf7 ("thermal/drivers/qcom: Add support for LMh driver")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202507270042.KdK0KKht-lkp@intel.com/
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20250728-lmh-scm-v2-2-33bc58388ca5@oss.qualcomm.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/thermal/qcom/lmh.c