Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

thermal/drivers/qcom/lmh: Add missing IRQ includes

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

authored by

Dmitry Baryshkov and committed by
Daniel Lezcano
b50b2c53 57eda47b

+2
+2
drivers/thermal/qcom/lmh.c
··· 5 5 */ 6 6 #include <linux/module.h> 7 7 #include <linux/interrupt.h> 8 + #include <linux/irq.h> 9 + #include <linux/irqdesc.h> 8 10 #include <linux/irqdomain.h> 9 11 #include <linux/err.h> 10 12 #include <linux/platform_device.h>