Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ffc18afa authored by Jonathan Cameron's avatar Jonathan Cameron Committed by Greg Kroah-Hartman
Browse files

Staging: iio: Fix missing include <linux/sched.h>



linux/sched.h include was removed form linux/poll.h by
commmit a99bbaf5

Required for definition of TASK_INTERRUPTIBLE amongst others

From: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 80f50691
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
#include <linux/fs.h>
#include <linux/interrupt.h>
#include <linux/poll.h>
#include <linux/sched.h>
#include <linux/cdev.h>
#include "iio.h"
#include "trigger_consumer.h"