Skip to content

Commit

Permalink
Staging: iio: Fix missing include <linux/sched.h>
Browse files Browse the repository at this point in the history
linux/sched.h include was removed form linux/poll.h by
commmit a99bbaf

Required for definition of TASK_INTERRUPTIBLE amongst others

From: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Jonathan Cameron authored and Greg Kroah-Hartman committed Oct 14, 2009
1 parent 80f5069 commit ffc18af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/iio/industrialio-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ffc18af

Please sign in to comment.