Staging: comedi: Add include of <linux/sched.h> to fix build

Greg KH gregkh at suse.de
Fri Oct 9 18:08:34 UTC 2009


On Fri, Oct 09, 2009 at 10:42:09AM -0700, Roland Dreier wrote:
> Commit a99bbaf5 ("headers: remove sched.h from poll.h") removed the
> implicit include of <linux/sched.h> via <linux/poll.h>, and broke the
> comedi build with errors like:
> 
>     drivers/staging/comedi/drivers/serial2002.c:201: error: 'TASK_INTERRUPTIBLE' undeclared (first use in this function)
> 
> Explicitly include <linux/sched.h> to fix this.
> 
> Signed-off-by: Roland Dreier <rolandd at cisco.com>

Heh, this is already in my tree, and will be sent to Linus today.

thanks,

greg k-h



More information about the devel mailing list