sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched...
[linux-2.6-block.git] / drivers / staging / speakup / speakup_soft.c
index ff68a384f9c2187f19260ef4b2570bd9254597b3..d2ff0afd685aea3c60cc7fa75ed38de219c6b23f 100644 (file)
@@ -22,7 +22,7 @@
 #include <linux/unistd.h>
 #include <linux/miscdevice.h>  /* for misc_register, and SYNTH_MINOR */
 #include <linux/poll.h>                /* for poll_wait() */
-#include <linux/sched.h> /* schedule(), signal_pending(), TASK_INTERRUPTIBLE */
+#include <linux/sched/signal.h> /* schedule(), signal_pending(), TASK_INTERRUPTIBLE */
 
 #include "spk_priv.h"
 #include "speakup.h"