summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@dowhile0.org>2018-02-25 14:33:09 +0100
committerJavier Martinez Canillas <javier@dowhile0.org>2018-02-25 14:33:14 +0100
commit7db2ebb567480b917e1b0ee7d5431fde244badc9 (patch)
tree19da7053100ccda4f5c3d864184ee4714f6300c7
parentca2075a26666d36e662653b286c32a0e68938439 (diff)
downloadldd3-7db2ebb567480b917e1b0ee7d5431fde244badc9.tar.gz
scull: pipe: Include <linux/sched/signal.h> header for signal_pending()
Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
-rw-r--r--scull/pipe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scull/pipe.c b/scull/pipe.c
index fe19e6a..48500d3 100644
--- a/scull/pipe.c
+++ b/scull/pipe.c
@@ -28,6 +28,7 @@
#include <linux/cdev.h>
#include <asm/uaccess.h>
#include <linux/sched.h>
+#include <linux/sched/signal.h>
#include <linux/seq_file.h>
#include "scull.h" /* local definitions */