summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorZack McKevitt <zmckevit@qti.qualcomm.com>2025-10-07 17:45:25 +0200
committerJeff Hugo <jeff.hugo@oss.qualcomm.com>2025-10-14 08:48:30 -0600
commit5f63e033874a03b1773eaa140809241aa0be6f77 (patch)
treed78cf39dcaf9e384310907177fb6cae479aef5cf /drivers
parentf6d9329aefe2829aaa95feb6bbdcd3cbe32900f9 (diff)
accel/qaic: Include signal.h in qaic_control.c
Include linux/sched/signal.h in qaic_control.c to avoid implicit inclusion of signal_pending(). Signed-off-by: Zack McKevitt <zmckevit@qti.qualcomm.com> Signed-off-by: Youssef Samir <youssef.abdulrahman@oss.qualcomm.com> Reviewed-by: Jeff Hugo <jeff.hugo@oss.qualcomm.com> Reviewed-by: Carl Vanderlip <carl.vanderlip@oss.qualcomm.com> Signed-off-by: Jeff Hugo <jeff.hugo@oss.qualcomm.com> Link: https://lore.kernel.org/r/20251007154525.415039-1-youssef.abdulrahman@oss.qualcomm.com
Diffstat (limited to 'drivers')
-rw-r--r--drivers/accel/qaic/qaic_control.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/accel/qaic/qaic_control.c b/drivers/accel/qaic/qaic_control.c
index d8bdab69f800..e47a48de7876 100644
--- a/drivers/accel/qaic/qaic_control.c
+++ b/drivers/accel/qaic/qaic_control.c
@@ -17,6 +17,7 @@
#include <linux/overflow.h>
#include <linux/pci.h>
#include <linux/scatterlist.h>
+#include <linux/sched/signal.h>
#include <linux/types.h>
#include <linux/uaccess.h>
#include <linux/workqueue.h>