]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
accel/qaic: Include signal.h in qaic_control.c
authorZack McKevitt <zmckevit@qti.qualcomm.com>
Tue, 7 Oct 2025 15:45:25 +0000 (17:45 +0200)
committerJeff Hugo <jeff.hugo@oss.qualcomm.com>
Tue, 14 Oct 2025 14:48:30 +0000 (08:48 -0600)
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
drivers/accel/qaic/qaic_control.c

index d8bdab69f800957ba5e431159d1372cde5107ee2..e47a48de7876688f155f808cd01ca0dafd8e427d 100644 (file)
@@ -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>